import type { workspace_Workspace } from '../models/workspace_Workspace'; import type { CancelablePromise } from '../core/CancelablePromise'; export declare class WorkspacesService { /** * Retrieve the workspace * * Returns the configuration and branding of the workspace associated with * the authenticated API key's portal. * * @example * await assembly.retrieveWorkspace(); */ static retrieveWorkspace(): CancelablePromise; }