export declare class FormatDetector { private static extensionMap; private static contentSignatures; static detectFormat(filePath: string, content?: string): string; static getSupportedExtensions(): string[]; static getSupportedFormats(): string[]; }