import { ethers } from "ethers"; export declare const getKIROPrice: ({ chainId, rpcUrl, provider, blockTimestamp, }: { chainId: number; rpcUrl?: string | undefined; provider?: ethers.providers.Provider | undefined; blockTimestamp?: number | undefined; }) => Promise; //# sourceMappingURL=getKIROPrice.d.ts.map