import * as $dara from '@darabonba/typescript'; export declare class CheckCommercialStatusResponseBody extends $dara.Model { /** * @remarks * The returned struct. * * @example * True */ data?: string; /** * @remarks * The ID of the request. * * @example * 1A474FF8-7861-4D00-81B5-5BC3DA4E**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }