import { ContractsBlob } from '../types'; /** * Downloads the latest contracts blob from the raw data source on GitHub * @param {number} chainId * @returns {ContractsBlob} contracts */ export declare const downloadContractsBlob: (chainId: number) => Promise;