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