import { NavigateOptions } from '@reach/router'; export declare const navigate: (to: string, options?: NavigateOptions<{}>) => Promise;