import type { Contracts } from './contracts'; declare const getContract: (name: Name, withWalletProvider?: boolean) => Contracts[Name]; export default getContract; //# sourceMappingURL=getContract.d.ts.map