import type { Location } from './location'; import type { NavigateOptions } from './navigate'; export type NavigateAsync = (to: string | Location, options?: NavigateOptions) => PromiseLike;