import * as $dara from '@darabonba/typescript'; import { UpdateWorkspaceInput } from "./UpdateWorkspaceInput"; export declare class UpdateWorkspaceRequest extends $dara.Model { /** * @remarks * The parameters used to update the workspace. */ body?: UpdateWorkspaceInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }