import * as $dara from '@darabonba/typescript'; export declare class DescribeKeyPairsResponseBodyKeyPairsKeyPairTagsTag extends $dara.Model { tagKey?: string; tagValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeKeyPairsResponseBodyKeyPairsKeyPairTags extends $dara.Model { tag?: DescribeKeyPairsResponseBodyKeyPairsKeyPairTagsTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeKeyPairsResponseBodyKeyPairsKeyPair extends $dara.Model { creationTime?: string; keyPairFingerPrint?: string; keyPairName?: string; publicKey?: string; resourceGroupId?: string; tags?: DescribeKeyPairsResponseBodyKeyPairsKeyPairTags; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeKeyPairsResponseBodyKeyPairs extends $dara.Model { keyPair?: DescribeKeyPairsResponseBodyKeyPairsKeyPair[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeKeyPairsResponseBody extends $dara.Model { keyPairs?: DescribeKeyPairsResponseBodyKeyPairs; /** * @remarks * The page number of the returned page. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; /** * @remarks * The total number of key pairs. * * @example * 1 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }