import i18n, { TOptions } from 'i18next'; declare module 'i18next' { interface CustomTypeOptions { returnNull: false; } } export declare const omstrukturerFlatJSON: (data: any) => any; export default i18n; export declare const t: (tekst: any, options?: TOptions) => string;