import * as v from 'valibot'; export declare const Uint32Schema: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; export declare const Uint31Schema: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; export declare const Buffer256Bit: v.SchemaWithPipe, v.LengthAction]>; export declare const Buffer33Bytes: v.SchemaWithPipe, v.LengthAction]>; export declare const NetworkSchema: v.ObjectSchema<{ readonly wif: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly bip32: v.ObjectSchema<{ readonly public: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly private: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>; }, undefined>; export declare const Bip32PathSchema: v.SchemaWithPipe, v.RegexAction]>; export type Network = v.InferOutput;