import { Result } from 'neverthrow'; import { BIP32PathComponentT, Int32 } from './_types'; export declare const hardenedIncrement: number; export declare const isBIP32PathSimpleT: (something: unknown) => something is Readonly<{ index: number; isHardened: boolean; }>; export declare const BIP32PathComponent: { create: (input: Readonly<{ index: Int32; isHardened: boolean; level: number; }>) => Result; fromString: (componentString: string, level: number) => Result; }; //# sourceMappingURL=bip32PathComponent.d.ts.map