import { FileFormats, Translation } from '../../types';
interface GetTranslationsOptions {
    path: string;
    fileFormat: FileFormats;
}
export declare function getCurrentTranslation({ path, fileFormat, }: GetTranslationsOptions): Translation;
export {};
