import * as $dara from '@darabonba/typescript'; export declare class SendMessageChatTextResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * ******3B-0E1A-586A-AC29-742247****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }