import * as $dara from '@darabonba/typescript'; export declare class DeleteAppCodeResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * E8515BA6-81CD-4191-A7CF-C4FCDD3C0D99 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }