import { TranslatedCollection } from "../TranslatedCollection"; import { GenericRecord } from "@webiny/app/types"; export declare const useTranslatedCollection: = GenericRecord>(collectionId: string, languageCode: string) => { loading: boolean; translatedCollection: TranslatedCollection | undefined; };