import * as $dara from '@darabonba/typescript'; export declare class UpdateWorkerResourceStatusResponseBody extends $dara.Model { /** * @remarks * The response parameters. * * @example * [] */ data?: any; /** * @remarks * The request ID. * * @example * 12345678-1234-1234-1234-123456789ABC */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }