export interface TranslateFactory { instant: (KEY: string, options?: Record) => string; }