import type { Blocker } from 'history'; import type { ComputedCallback } from '../utils/useComputedCallback'; export declare const useBlocker: (blocker: Blocker, whenValue?: ComputedCallback) => void;