import * as $dara from '@darabonba/typescript'; export declare class DescribeAccessControlListsResponseBodyAclsAcl extends $dara.Model { aclId?: string; aclName?: string; addressIPVersion?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessControlListsResponseBodyAcls extends $dara.Model { acl?: DescribeAccessControlListsResponseBodyAclsAcl[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessControlListsResponseBody extends $dara.Model { acls?: DescribeAccessControlListsResponseBodyAcls; /** * @remarks * The page number of the current page. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned on each page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ015 */ requestId?: string; /** * @remarks * The total number of entries returned. * * @example * 3 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }