/**
 * This hook tries to emulate the getSnapshotBeforeUpdate lifecycle method.
 */
export declare const useSnapshotBeforeUpdate: (cb: Function) => void;
