import { IRegisterScopeThirteenRepositoryPort } from "../../../application/ports/register/register-repository.ports"; import { BaseRegisterRepository } from "./base-register-repository"; import { TaxIDByDocumentResultDto } from "../../../application/dto/register"; import { IPersonaServiceA13PortSoap } from "../../soap/contracts/PersonaServiceA13/PersonaServiceA13Port"; export declare class RegisterScopeThirteenRepository extends BaseRegisterRepository implements IRegisterScopeThirteenRepositoryPort { protected serviceName: "ws_sr_padron_a13"; protected wsdlProduction: "ws_sr_padron_a13-production.wsdl"; protected wsdlTesting: "ws_sr_padron_a13.wsdl"; protected endpointProduction: "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA13"; protected endpointTesting: "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA13"; protected personaMethod: "getPersonaAsync"; getTaxIDByDocument(documentNumber: string): Promise; }