import { TranslatedCollection } from "../TranslatedCollection"; export declare const useSaveTranslatedCollection: () => { loading: boolean; saveTranslatedCollection: (translatedCollection: TranslatedCollection) => Promise; };