export declare function normalizeFile(filePath: string, normalizationForm?: 'NFD' | 'NFC' | 'NFKC' | 'NFKD' | undefined): string;
