interface OnUpdateProps { callback: Function; condition: boolean; hash: string; } export declare const useOnUpdate: ({ callback, condition, hash, }: OnUpdateProps) => void; export {};