import * as $dara from '@darabonba/typescript'; import OpenApi from '@alicloud/openapi-core'; import { $OpenApiUtil } from '@alicloud/openapi-core'; import * as $_model from './models/model'; export * from './models/model'; export default class Client extends OpenApi { constructor(config: $OpenApiUtil.Config); getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: { [key: string]: string; }, endpoint: string): string; /** * 验证码验证 * * @param request - VerifyCaptchaRequest * @param runtime - runtime options for this request RuntimeOptions * @returns VerifyCaptchaResponse */ verifyCaptchaWithOptions(request: $_model.VerifyCaptchaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyCaptchaResponse>; /** * 验证码验证 * * @param request - VerifyCaptchaRequest * @returns VerifyCaptchaResponse */ verifyCaptcha(request: $_model.VerifyCaptchaRequest): Promise<$_model.VerifyCaptchaResponse>; /** * 验证码验证 * * @param request - VerifyIntelligentCaptchaRequest * @param runtime - runtime options for this request RuntimeOptions * @returns VerifyIntelligentCaptchaResponse */ verifyIntelligentCaptchaWithOptions(request: $_model.VerifyIntelligentCaptchaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.VerifyIntelligentCaptchaResponse>; /** * 验证码验证 * * @param request - VerifyIntelligentCaptchaRequest * @returns VerifyIntelligentCaptchaResponse */ verifyIntelligentCaptcha(request: $_model.VerifyIntelligentCaptchaRequest): Promise<$_model.VerifyIntelligentCaptchaResponse>; }