import { VanaContract } from "../abi";
export declare const CONTRACT_ADDRESSES: Record<number, Record<string, string>>;
export declare const getContractAddress: (chainId: keyof typeof CONTRACT_ADDRESSES, contract: VanaContract) => `0x${string}`;
//# sourceMappingURL=addresses.d.ts.map