import { FileFormats } from '../types';
export declare function getTranslationFilesPath(path: string, fileFormat: FileFormats): string[];
