import * as $dara from '@darabonba/typescript'; export declare class Workspace extends $dara.Model { createdAt?: string; description?: string; isDefault?: boolean; name?: string; resourceGroupId?: string; updatedAt?: string; workspaceArn?: string; workspaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }