export declare const PARENT_AGENT_ID_LABEL = "paseo.parent-agent-id"; export declare function getOpenAgentTabLabel(clientId: string): string; export declare function isOpenAgentTabLabel(label: string): boolean; export interface AgentLabelSource { labels?: Record | null; } export declare function getParentAgentIdFromLabels(labels: Record | null | undefined): string | null; export declare function isDelegatedAgent(agent: AgentLabelSource): boolean; export declare function hasOpenAgentTab(labels: Record | null | undefined): boolean; //# sourceMappingURL=agent-labels.d.ts.map