import { ToOptions } from '@tanstack/react-router'; import { EhUrlParams } from '~/types/ehTypes'; export declare function escapeAppId(appId: string): string; export declare function escapeSubValue(subValue: string): string; export declare function escapeEnvId(envId: string): string; export declare function getEhToOptions({ appId, envId, subValue, }: EhUrlParams): ToOptions;