import { TFunction, TOptionsBase } from 'i18next'; export declare const formattedKey: (text: any) => any; export declare const translate: (source: unknown, t: TFunction, options?: TOptionsBase | undefined) => unknown;