import * as $dara from '@darabonba/typescript'; export declare class CreateAppCodeResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 418DAAE7-A0C2-5E9C-ADFF-4CD14A474F88 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }