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