export declare function isUuidLike(value: string | null | undefined): boolean; export declare function normalizeAgentUrlKey(value: string | null | undefined): string | null; export declare function deriveAgentUrlKey(name: string | null | undefined, fallback?: string | null): string; //# sourceMappingURL=agent-url-key.d.ts.map