export declare const ModuleInitMessage: (module: string) => string;
export declare const RouteMappedMessage: (path: string, method: any) => string;
export declare const ControllerMappingMessage: (name: string, path: string) => string;
