import { NotFound, Uint } from "@ethernauta/core"; import * as valibot1763 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/block/get-uncle-count-by-block-number.d.ts declare const ParametersSchema: valibot1763.UnionSchema<[valibot1763.TupleSchema<[valibot1763.UnionSchema<[valibot1763.SchemaWithPipe | undefined>, valibot1763.BrandAction<`0x${string}`, "Uint">]>, valibot1763.UnionSchema<[valibot1763.LiteralSchema<"earliest", undefined>, valibot1763.LiteralSchema<"finalized", undefined>, valibot1763.LiteralSchema<"safe", undefined>, valibot1763.LiteralSchema<"latest", undefined>, valibot1763.LiteralSchema<"pending", undefined>], undefined>], undefined>], undefined>, valibot1763.ObjectSchema<{ readonly blockHashOrTag: valibot1763.UnionSchema<[valibot1763.SchemaWithPipe | undefined>, valibot1763.BrandAction<`0x${string}`, "Uint">]>, valibot1763.UnionSchema<[valibot1763.LiteralSchema<"earliest", undefined>, valibot1763.LiteralSchema<"finalized", undefined>, valibot1763.LiteralSchema<"safe", undefined>, valibot1763.LiteralSchema<"latest", undefined>, valibot1763.LiteralSchema<"pending", undefined>], undefined>], undefined>; }, undefined>], undefined>; type Parameters = InferOutput; declare function eth_getUncleCountByBlockNumber(_parameters: Parameters): Readable; //#endregion export { eth_getUncleCountByBlockNumber }; //# sourceMappingURL=get-uncle-count-by-block-number.d.ts.map