'use strict';

export { WorkletsModule } from './workletsModuleInstance';
export type {
  IWorkletsModule,
  WorkletsModuleProxy,
} from './workletsModuleProxy';
