'use strict';

export { ReanimatedModule } from './reanimatedModuleInstance';
export type {
  IReanimatedModule,
  ReanimatedModuleProxy,
} from './reanimatedModuleProxy';
