import { BrowserFormOptionsInput } from "../types";
/** TypeScript will try to catch these errors build-time, but some users might still use the any type to override our constraints. */
export declare function protectOptionsCominations<Schema>(options: BrowserFormOptionsInput<Schema>): void;
