import { BrowserFormOptions } from "../types";
export declare function uniqueNameProtection<Schema>(options: BrowserFormOptions<Schema>): void;
