import { FilterResults } from "../../core/filter.js"; import * as valibot1660 from "valibot"; import { InferOutput } from "valibot"; import { Readable } from "@ethernauta/transport"; //#region src/method/filter/get-filter-changes.d.ts declare const ParametersSchema: valibot1660.UnionSchema<[valibot1660.TupleSchema<[valibot1660.SchemaWithPipe | undefined>, valibot1660.BrandAction<`0x${string}`, "Uint">]>], undefined>, valibot1660.ObjectSchema<{ readonly filterIdentifier: valibot1660.SchemaWithPipe | undefined>, valibot1660.BrandAction<`0x${string}`, "Uint">]>; }, undefined>], undefined>; type Parameters = InferOutput; /** * @returns Logs which occurred since last poll */ declare function eth_getFilterChanges(_parameters: Parameters): Readable; //#endregion export { eth_getFilterChanges }; //# sourceMappingURL=get-filter-changes.d.ts.map