import { IRegisterScopeTenRepositoryPort } from "../../../application/ports/register/register-repository.ports"; import { BaseRegisterRepository } from "./base-register-repository"; import { IPersonaServiceA10PortSoap } from "../../soap/contracts/PersonaServiceA10/PersonaServiceA10Port"; export declare class RegisterScopeTenRepository extends BaseRegisterRepository implements IRegisterScopeTenRepositoryPort { protected serviceName: "ws_sr_padron_a10"; protected wsdlProduction: "ws_sr_padron_a10-production.wsdl"; protected wsdlTesting: "ws_sr_padron_a10.wsdl"; protected endpointProduction: "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA10"; protected endpointTesting: "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA10"; protected personaMethod: "getPersonaAsync"; }