import type { NavigationOptions, Params } from "@real-router/core"; export declare const EMPTY_PARAMS: Params; export declare const EMPTY_OPTIONS: NavigationOptions; export declare const NOOP: () => void;