/// <reference types="node" />
export declare function splitPath(path: string): number[];
export declare function convertPathToBuffer(path: string): Buffer;
export declare function convertDerToHex(response: string): string;
