import * as $dara from '@darabonba/typescript'; export declare class RemoveAccessControlListEntryRequest extends $dara.Model { /** * @example * [{\\"entry\\":\\"192.168.1.0/24\\",\\"comment\\":\\"WhiteIp\\"}] */ aclEntrys?: string; /** * @remarks * This parameter is required. * * @example * acl-bp12ag0xxcfhq1ll68wp9 */ aclId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }