/** * @remarks * Uses the `FASTRouter`. * * @param route - An auth route including query params if required, ie. `reset-password?expired`. * * @internal */ export declare function navigateTo(route: string): void; /** * A utility to get a sub route path taking the host path into account. * * @param route - A login route. * @param hostPath - The host path. * * @public */ export declare function getRoutePath(route: string, hostPath?: string): string; //# sourceMappingURL=utils.d.ts.map