import { DirtyFieldsManager } from "../types";
export declare function useDirtyFieldsManager<Schema>(): DirtyFieldsManager<Schema>;
