import type { DerivationPath } from '../dpaths'; export declare const getFullPath: (path: DerivationPath, index: number) => string; export declare const getPathPrefix: (derivationPath: string) => string; export declare const getDerivationPath: (raw: string, paths?: DerivationPath[]) => [DerivationPath, number] | undefined; export declare const getConvertedPath: (path: string) => number[];