export declare const MODULE_INIT_MESSAGE: (text: any, module: string) => string; export declare const ROUTE_MAPPED_MESSAGE: (path: string, method: any) => string; export declare const CONTROLLER_MAPPING_MESSAGE: (name: string, path: string) => string;