import type { ComputedCallback } from '../utils/useComputedCallback'; import type { To } from 'history'; export declare const useResolvedPath: (toValue: ComputedCallback) => import("vue").ComputedRef;