export declare class ExtendedPrivateKey {
    get raw(): Uint8Array<ArrayBufferLike>;
    readonly xpriv: string;
    constructor(xpriv: string);
}
