export * from './rest-channel.module'; export * from './commands'; export * from './events'; export * from './handlers'; export * from './rest-channel.sagas'; export * from './rest-channel.service'; export * from './rest-channel.module'; export * from './queries'; export declare const RestChannelModuleOptions: Partial & Partial<{ isGlobal: boolean; }>; export declare const AsyncRestChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions, "create"> & Partial<{ isGlobal: boolean; }>; //# sourceMappingURL=index.d.ts.map