import { FileTypesEnum } from '../enums/file-types.enum'; declare function getTranslationStrings(type: FileTypesEnum): { strings: string[]; other: string[]; }; export { getTranslationStrings }; //# sourceMappingURL=get-translation-strings.d.ts.map