import { CorreiosAPI } from "../repository/types/correios.types"; export declare class JSONManager { constructor(); htmlToJSON(data: string): CorreiosAPI.Response; }