import { ErrorCodes } from '@/custom-errors'; export type FormooseTFunction = (...args: [key: string | string[] | ErrorCodes, options?: Record]) => string; //# sourceMappingURL=I18nTypes.d.ts.map