import { ClientCorreios } from "./client"; import { CorreiosGateway } from "./services/correios-gateway.service"; import { CorreiosAPI } from "./repository/types/correios.types"; export { ClientCorreios, CorreiosGateway, CorreiosAPI };