export declare const formatFilename: (name: string) => string; export declare const addPrefix: (filename: string, prefixes?: string[]) => string; export declare const factory: import("typescript-logging").LoggerFactory; export declare const factoryControl: import("typescript-logging").LoggerFactoryControl;