import { DictionaryLocation } from "@intlayer/types/dictionary"; //#region src/defaultValues/dictionary.d.ts declare const FILL = true; declare const LOCATION: DictionaryLocation; declare const CONTENT_AUTO_TRANSFORMATION = false; declare const IMPORT_MODE = "static"; //#endregion export { CONTENT_AUTO_TRANSFORMATION, FILL, IMPORT_MODE, LOCATION }; //# sourceMappingURL=dictionary.d.ts.map