declare function urlEventos(UF: string, versao: string): any; declare const urlServicos: { [key: string]: any; }; declare const qrCodeUrls: { [key: string]: any; }; export { urlServicos, qrCodeUrls, urlEventos };