import { minFilesOptions } from './interfaces'; export declare const getLanguagesFilesPaths: (options?: minFilesOptions, serverSideTranslation?: boolean) => Promise<{ [key: string]: string[]; }>; export declare const returnVarTranslationsFromFiles: (langFilesPaths: string[]) => { [key: string]: any; }; //# sourceMappingURL=files.handler.d.ts.map