export declare const AGENT_NATIVE_OPEN_PATH = "/_agent-native/open"; export declare const AGENT_SIDEBAR_QUERY_PARAM = "agentSidebar"; export declare const AGENT_SIDEBAR_QUERY_VALUE_CLOSED = "closed"; export declare function isAgentNativeOpenDeepLink(urlOrPath: string): boolean; export declare function withCollapsedAgentSidebarParam(urlOrPath: string): string; //# sourceMappingURL=agent-sidebar-url.d.ts.map