export * from './openapi-channel.service';
export * from './events';
export * from './commands';
export * from './openapi-channel.module';
export declare const OpenAPIChannelModuleOptions: import("./openapi-channel.types").OpenApiChannelModuleOptions & Partial<{
    isGlobal: boolean;
}>;
export declare const AsyncOpenAPIChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./openapi-channel.types").OpenApiChannelModuleOptions, "create"> & Partial<{
    isGlobal: boolean;
}>;
//# sourceMappingURL=index.d.ts.map