export declare const CORREIOS_URI = "https://www2.correios.com.br/sistemas/precosPrazos/"; export declare const USER_AGENT = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36"; export declare const ServicesType: { PAC: string; CORREIOS_DIRECT_DELIVERY: string; CORREIOS_MINI_SENDS: string; SEDEX: string; }; export declare const BoxType: { BOX: number; }; export declare const PackingType: { OTHER_PACK: string; PACK_CORREIOS: string; };