/**



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