import { HistoryUpdateType } from '../router-store/types'; /** * Utility hook for accessing URL path params */ export declare const usePathParam: (paramKey: string) => [string | undefined, (newValue: string | undefined, updateType?: HistoryUpdateType) => void];