import { CQRSModuleConfig } from './CQRSModuleConfig'; export declare function CQRSModule(config: CQRSModuleConfig): () => void;