/** The default mount segment when no `path` option is supplied. */
export declare const DEFAULT_TELESCOPE_PATH = "telescope";
/**
 * Normalizes a raw `path` option into a clean URL segment with no leading or
 * trailing slashes. `'/observability/'` -> `'observability'`. Empty / undefined
 * input (or input that is only slashes/whitespace) falls back to the default
 * `'telescope'`, so the mount path is byte-identical to today when unset.
 */
export declare function normalizeTelescopePath(path?: string): string;
//# sourceMappingURL=normalize-path.d.ts.map