export interface UrlParts { baseUrl: string; workspace: string; } /** * @internal */ export declare function splitWorkspaceUrl(fullUrl: string): UrlParts;