import type { FormInvalid } from "./types.js"; export declare function make_invalid_proxy(path?: readonly (string | number)[]): FormInvalid;