import * as $dara from '@darabonba/typescript'; export declare class DeleteAccessKeyRequest extends $dara.Model { /** * @remarks * The AccessKey ID in the AccessKey pair that you want to delete.`` * * @example * 0wNEpMMlzy7s**** */ userAccessKeyId?: string; /** * @remarks * The name of the RAM user. * * @example * zhangq**** */ userName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }