import { type EvmProof } from "../types/index.js"; import type { EVMChainKind } from "../utils/chain.js"; export declare function getEvmProof(txHash: string, topic: string, chain?: EVMChainKind, customRpcUrl?: string): Promise; //# sourceMappingURL=evm.d.ts.map