export declare function LogGenerator(nsp: string): { readonly log: import("../logger/$types.js").$Pinter; readonly info: import("../logger/$types.js").$Pinter; readonly warn: import("../logger/$types.js").$Pinter; readonly success: import("../logger/$types.js").$Pinter; readonly trace: import("../logger/$types.js").$Pinter; readonly error: import("../logger/$types.js").$Pinter; }; export declare const exceptionLoggerCreater: import("../logger/common.js").DebugCreater;