import { IModuleConfig } from "../types/IModuleConfig"; export declare function Module(config: IModuleConfig): (constructor: any) => any;