import type { FieldValues, FormStore, ResponseData } from '../types'; /** * Clears the response of the form. * * @param form The form of the response. */ export declare function clearResponse(form: FormStore): void;