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