import { Annotation } from '../types'; export declare function normalizeRoute(route: string): string; export declare function resolveRoute(route: string): string; export declare function getCurrentRoute(): string; export declare function getAnnotationRoute(annotation: Annotation): string | null; export declare function isAnnotationVisibleOnRoute(annotation: Annotation, currentRoute: string): boolean; //# sourceMappingURL=route.d.ts.map