import * as $dara from '@darabonba/typescript'; export declare class OpenArmsServiceSecondVersionResponseBody extends $dara.Model { /** * @remarks * The service ID returned if the service is activated. * * @example * 20896874992**** */ orderId?: string; /** * @remarks * The request ID. * * @example * 9ED50893-F3C4-42DF-ABB2-C200BE****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }