import * as $dara from '@darabonba/typescript'; export declare class SendTTSVerifyLinkResponseBody extends $dara.Model { /** * @remarks * Indicates whether the text message was sent. * * * `true` * * `false` * * @example * true */ isSuccess?: boolean; /** * @remarks * The request ID. * * @example * 21E85B16-75A6-429A-9F65-8AAC9A54**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }