import * as $dara from '@darabonba/typescript'; export declare class DeleteAllTrafficSpecialControlRequest extends $dara.Model { securityToken?: string; /** * @remarks * The ID of the throttling policy. * * This parameter is required. * * @example * tf123456 */ trafficControlId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }