import * as i18n from 'i18next'; export declare type FormatPipeOptions = { format?: string; lng?: string; }; export declare type PrependPipeOptions = { prependScope?: boolean; prependNamespace?: boolean; }; export declare type PipeOptions = i18n.TOptions & FormatPipeOptions & PrependPipeOptions;