import { CorreiosAPI } from "../repository/types/correios.types"; export declare class CorreiosGateway { readonly isCache?: boolean | undefined; private readonly request; private readonly JSONManager; private readonly CacheManager; constructor(isCache?: boolean | undefined); getCalcTerm(input: CorreiosAPI.Input): Promise; }