import * as $dara from '@darabonba/typescript'; import { ModelService } from "./ModelService"; export declare class DeleteModelServiceResult extends $dara.Model { code?: string; data?: ModelService; requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }