import * as $dara from '@darabonba/typescript'; export declare class DescribeAccessPointsResponseBodyAccessPointSetAccessPointType extends $dara.Model { accessPointId?: string; attachedRegionNo?: string; description?: string; hostOperator?: string; location?: string; name?: string; status?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessPointsResponseBodyAccessPointSet extends $dara.Model { accessPointType?: DescribeAccessPointsResponseBodyAccessPointSetAccessPointType[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeAccessPointsResponseBody extends $dara.Model { accessPointSet?: DescribeAccessPointsResponseBodyAccessPointSet; pageNumber?: number; pageSize?: number; requestId?: string; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }