import * as $dara from '@darabonba/typescript'; export declare class DeleteAppCodeRequest extends $dara.Model { /** * @remarks * The application AppCode. * * This parameter is required. * * @example * 0d13f021c5cd4997831a9717e75b0663 */ appCode?: string; /** * @remarks * The application ID. * * This parameter is required. * * @example * 111265074 */ appId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }