import { Form } from '../forms';
export declare function useFormBrowserCache(form: Form<any>, editing: boolean): void;
