import { TColorValue } from '../types/t-color.types';
export declare const hasFileLogger: (fileName: string, ext: string, color: TColorValue) => void;
export declare function isValidExtension(filePath?: string, allowedExtensions?: string[], debug?: boolean): boolean;
