import * as $dara from '@darabonba/typescript'; export declare class VerifyLogisticsSmsMailNoResponseBodyData extends $dara.Model { /** * @example * 示例值 */ expressCompanyCode?: string; /** * @example * 示例值 */ mobileSuffix?: string; /** * @example * false */ verifyResult?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class VerifyLogisticsSmsMailNoResponseBody extends $dara.Model { accessDeniedDetail?: string; /** * @example * 示例值 */ code?: string; data?: VerifyLogisticsSmsMailNoResponseBodyData; /** * @example * 示例值示例值示例值 */ message?: string; /** * @example * 示例值示例值示例值 */ requestId?: string; /** * @example * true */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }