type LogLevel = 'INFO' | 'ERROR' | 'DEBUG';
export declare function Logger(filePath: string, logData: any, level?: LogLevel): boolean;
export {};
