import * as v from 'valibot'; export declare const NetworkSchema: v.ObjectSchema<{ readonly messagePrefix: v.UnionSchema<[v.StringSchema, v.InstanceSchema], undefined>; readonly bech32: v.StringSchema; 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>; readonly pubKeyHash: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly scriptHash: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; readonly wif: v.SchemaWithPipe, v.IntegerAction, v.MinValueAction, v.MaxValueAction]>; }, undefined>; export declare const Buffer256Bit: v.SchemaWithPipe, v.LengthAction]>;