import * as $dara from '@darabonba/typescript'; export declare class OpenAckServiceResponseBody extends $dara.Model { /** * @remarks * The order ID of the service activation. * * @example * 2067*******0374 */ orderId?: string; /** * @remarks * The request ID. * * @example * 20758A-585D-4A41-A9B2-28DA8F******* */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }