import * as $dara from '@darabonba/typescript'; export declare class DeleteSyntheticTaskRequest extends $dara.Model { /** * @remarks * The region ID. Default value: cn-hangzhou. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The task IDs. * * This parameter is required. */ taskIds?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }