type Props = { language?: string; }; export declare const useUpdateTranslations: ({ language }: Props) => void; export {};