export declare const DEFAULT_PATH = "m/44'/60'/0'/0";
export declare function normalizePath(path?: string): string;
export declare class InvalidDerivationPathError extends Error {
}
export declare function ensurePath(path: string): void;
export declare function componentsFromPath(path: string): {
    basePath: string;
    index: number;
};
//# sourceMappingURL=path.util.d.ts.map