import Logger from '@novice1/logger'; export declare const Log: Logger.Debugger; export declare function formatType(type: string): { type?: string; format?: string; }; export declare function formatPath(path: string): string;