declare function rastrearEncomendas(codes: Array<string>): Promise<any>;
export default rastrearEncomendas;
