import { Dictionary } from "@intlayer/types/dictionary"; //#region src/formatDictionary.d.ts export declare const formatDictionary: (dictionary: Dictionary) => Dictionary; export declare const formatDictionaries: (dictionaries: Dictionary[]) => Promise; export declare const formatDictionaryOutput: (dictionary: Dictionary, format: Dictionary['format']) => { $schema?: "https://intlayer.org/schema.json"; id?: import("@intlayer/types").DictionaryId; projectIds?: string[]; localId?: import("@intlayer/types").LocalDictionaryId; localIds?: import("@intlayer/types").LocalDictionaryId[]; nestedDictionaries?: Record; key: import("@intlayer/types").DictionaryKey; title?: string; description?: string; versions?: string[]; version?: string; filePath?: string; tags?: string[]; item?: number; variant?: import("@intlayer/types").DictionaryVariantValue | import("@intlayer/types").DictionaryVariantValue[]; locale?: import("@intlayer/types").LocalesValues; contentAutoTransformation?: import("@intlayer/types").ContentAutoTransformation; fill?: import("@intlayer/types").Fill; filled?: true; priority?: number; importMode?: import("@intlayer/types").ImportMode; location?: import("@intlayer/types").DictionaryLocation; schema: undefined; format: string; content: import("@intlayer/core/messageFormat").JsonValue; } | Dictionary; export declare const formatDictionariesOutput: (dictionaries: Dictionary[], format: Dictionary['format']) => ({ $schema?: "https://intlayer.org/schema.json"; id?: import("@intlayer/types").DictionaryId; projectIds?: string[]; localId?: import("@intlayer/types").LocalDictionaryId; localIds?: import("@intlayer/types").LocalDictionaryId[]; nestedDictionaries?: Record; key: import("@intlayer/types").DictionaryKey; title?: string; description?: string; versions?: string[]; version?: string; filePath?: string; tags?: string[]; item?: number; variant?: import("@intlayer/types").DictionaryVariantValue | import("@intlayer/types").DictionaryVariantValue[]; locale?: import("@intlayer/types").LocalesValues; contentAutoTransformation?: import("@intlayer/types").ContentAutoTransformation; fill?: import("@intlayer/types").Fill; filled?: true; priority?: number; importMode?: import("@intlayer/types").ImportMode; location?: import("@intlayer/types").DictionaryLocation; schema: undefined; format: string; content: import("@intlayer/core/messageFormat").JsonValue; } | Dictionary)[]; //#endregion //# sourceMappingURL=formatDictionary.d.ts.map