import * as $dara from '@darabonba/typescript'; export declare class QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO extends $dara.Model { content?: string; errCode?: string; outId?: string; phoneNum?: string; receiveDate?: string; sendDate?: string; sendStatus?: number; templateCode?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QuerySendDetailsResponseBodySmsSendDetailDTOs extends $dara.Model { smsSendDetailDTO?: QuerySendDetailsResponseBodySmsSendDetailDTOsSmsSendDetailDTO[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class QuerySendDetailsResponseBody extends $dara.Model { /** * @remarks * The response code. * * * The value OK indicates that the request was successful. * * Other values indicate that the request failed. For more information, see [Error codes](https://help.aliyun.com/document_detail/101346.html). * * @example * OK */ code?: string; /** * @remarks * The returned message. * * @example * OK */ message?: string; /** * @remarks * The request ID. * * @example * 819BE656-D2E0-4858-8B21-B2E477085AAF */ requestId?: string; smsSendDetailDTOs?: QuerySendDetailsResponseBodySmsSendDetailDTOs; /** * @remarks * The number of sent messages. * * @example * 1 */ totalCount?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }