import * as valibot0 from "valibot"; import { InferOutput } from "valibot"; //#region src/core/withdrawal.d.ts declare const WithdrawalSchema: valibot0.ObjectSchema<{ readonly index: valibot0.SchemaWithPipe | undefined>, valibot0.BrandAction<`0x${string}`, "Uint64">]>; readonly validatorIndex: valibot0.SchemaWithPipe | undefined>, valibot0.BrandAction<`0x${string}`, "Uint64">]>; readonly address: valibot0.SchemaWithPipe, valibot0.BrandAction<`0x${string}`, "Address">]>; readonly amount: valibot0.SchemaWithPipe | undefined>, valibot0.BrandAction<`0x${string}`, "Uint256">]>; }, undefined>; type Withdrawal = InferOutput; //#endregion export { Withdrawal, WithdrawalSchema }; //# sourceMappingURL=withdrawal.d.ts.map