import { IRegisterScopeFourRepositoryPort } from "../../../application/ports/register/register-repository.ports"; import { BaseRegisterRepository } from "./base-register-repository"; import { IPersonaServiceA4PortSoap } from "../../soap/contracts/PersonaServiceA4/PersonaServiceA4Port"; export declare class RegisterScopeFourRepository extends BaseRegisterRepository implements IRegisterScopeFourRepositoryPort { protected serviceName: "ws_sr_padron_a4"; protected wsdlProduction: "ws_sr_padron_a4-production.wsdl"; protected wsdlTesting: "ws_sr_padron_a4.wsdl"; protected endpointProduction: "https://aws.afip.gov.ar/sr-padron/webservices/personaServiceA4"; protected endpointTesting: "https://awshomo.afip.gov.ar/sr-padron/webservices/personaServiceA4"; protected personaMethod: "getPersonaAsync"; }