declare module "bip32-path" { export type BIPPath = { toPathArray: () => Array; }; export function fromString(string): BIPPath; }