/** * The delimiter is used as a unique separator between multiple variant ids in the URL. * The chosen delimiter '_&_' is unlikely to appear in either the workspace path or the variant id, making it a safe choice for this purpose. */ export declare const UMB_WORKSPACE_PATH_VARIANT_DELIMITER = "_&_";