export type WithTranslations = T & { i18n?: { key: string; args?: { [key: string]: string | number; }; }; }; //# sourceMappingURL=WithTranslations.d.ts.map