/** * Navigates to a new path using the router store hash. */ export declare const goto: (path?: string, state?: Record) => void;