import type { FieldValues } from '../types'; export declare const flatten: (obj: FieldValues) => FieldValues; //# sourceMappingURL=flatten.d.ts.map