import { FieldPath, FieldValues, UseFormReturn } from 'react-hook-form'; export type Fields = FieldPath; type RelayMutationErrors = ReadonlyArray<{ readonly field: string; readonly messages: ReadonlyArray; } | null | undefined> | null | undefined; export declare const setFormRelayErrors: (form: UseFormReturn, errors: RelayMutationErrors) => void; export {}; //# sourceMappingURL=index.d.ts.map