declare function t(key: string, options?: object): string; declare function getStubD2WithTranslations(baseD2: object, translations: Record): object; declare const exports: { t: typeof t; getStubD2WithTranslations: typeof getStubD2WithTranslations; }; export default exports;