import * as $dara from '@darabonba/typescript'; export declare class DescribePrefixListAssociationsResponseBodyPrefixListAssociationsPrefixListAssociation extends $dara.Model { resourceId?: string; resourceType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePrefixListAssociationsResponseBodyPrefixListAssociations extends $dara.Model { prefixListAssociation?: DescribePrefixListAssociationsResponseBodyPrefixListAssociationsPrefixListAssociation[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePrefixListAssociationsResponseBody extends $dara.Model { /** * @remarks * The query token that is returned in this call. If the return value is empty, no more data is returned. * * @example * AAAAAdDWBF2**** */ nextToken?: string; prefixListAssociations?: DescribePrefixListAssociationsResponseBodyPrefixListAssociations; /** * @remarks * The ID of the request. * * @example * 38793DB8-A4B2-4AEC-BFD3-111234E9188D */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }