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