import { ethers } from "ethers"; import { QueryRow } from "../types"; export declare function validateQueryRow(provider: ethers.JsonRpcProvider, queryRow: QueryRow): Promise; //# sourceMappingURL=validate.d.ts.map