import * as $dara from '@darabonba/typescript'; export declare class DeleteAccessKeyInRecycleBinResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 4507D1CD-526A-4E2B-A1E2-3AB045D1EE0B */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }