import { NotFound, Uint } from "@ethernauta/core"; import * as valibot1861 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/block/get-uncle-count-by-block-hash.d.ts declare const ParametersSchema: valibot1861.UnionSchema<[valibot1861.TupleSchema<[valibot1861.SchemaWithPipe, valibot1861.BrandAction<`0x${string}`, "Hash32">]>], undefined>, valibot1861.ObjectSchema<{ readonly blockHash: valibot1861.SchemaWithPipe, valibot1861.BrandAction<`0x${string}`, "Hash32">]>; }, undefined>], undefined>; type Parameters = InferOutput; declare function eth_getUncleCountByBlockHash(_parameters: Parameters): Readable; //#endregion export { eth_getUncleCountByBlockHash }; //# sourceMappingURL=get-uncle-count-by-block-hash.d.ts.map