import * as valibot18 from "valibot"; import { InferOutput } from "valibot"; //#region src/core/client.d.ts declare const SyncingProgressSchema: valibot18.ObjectSchema<{ readonly startingBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; readonly currentBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; readonly highestBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; }, undefined>; type SyncingProgress = InferOutput; declare const SyncingStatusSchema: valibot18.UnionSchema<[valibot18.ObjectSchema<{ readonly startingBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; readonly currentBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; readonly highestBlock: valibot18.SchemaWithPipe | undefined>, valibot18.BrandAction<`0x${string}`, "Uint">]>; }, undefined>, valibot18.LiteralSchema], undefined>; type SyncingStatus = InferOutput; //#endregion export { SyncingProgress, SyncingProgressSchema, SyncingStatus, SyncingStatusSchema }; //# sourceMappingURL=client.d.ts.map