import type { Address } from '@tevm/utils';
import type { KnownChainIds } from './KnownChainIds.js';
export type ContractUri = `eth://${KnownChainIds}/${Address}${'' | `?${string}`}`;
//# sourceMappingURL=ContractUri.d.ts.map