import * as $dara from '@darabonba/typescript'; export declare class DeleteAppKeyResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 79EF055D-AC00-5161-8F35-6A36AAED7422 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }