export interface NavigateToOptions {
    url: string;
}
export declare const navigateTo: (options: NavigateToOptions) => void;
