import type { AbstractAddress } from "../../common/index.js"; import { BlockchainLayer1Enum } from "../enum/domain.js"; export declare function getRandomContractAddress(blockchain: T): AbstractAddress;