import * as $dara from '@darabonba/typescript'; import { Workspace } from "./Workspace"; export declare class ListWorkspacesOutput extends $dara.Model { pageNumber?: number; pageSize?: number; total?: number; workspaces?: Workspace[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }