import { IRegisterScopeFiveRepositoryPort } from "../../../application/ports/register/register-repository.ports"; import { BaseBatchRegisterRepository } from "./base-batch-register-repository"; import { IPersonaServiceA5PortSoap } from "../../soap/contracts/PersonaServiceA5/PersonaServiceA5Port"; export declare class RegisterScopeFiveRepository extends BaseBatchRegisterRepository implements IRegisterScopeFiveRepositoryPort { protected serviceName: "ws_sr_padron_a5"; protected wsdlProduction: "ws_sr_padron_a5-production.wsdl"; protected wsdlTesting: "ws_sr_padron_a5.wsdl"; protected endpointProduction: "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA5"; protected endpointTesting: "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA5"; protected personaMethod: "getPersona_v2Async"; protected personaListMethod: "getPersonaList_v2Async"; }