import type { HDKey } from '@scure/bip32';
import type * as Errors from '../Errors.js';
import type * as HdKey from '../HdKey.js';
/** @internal */
export declare function fromScure(key: HDKey): HdKey.HdKey;
/** @internal */
export declare namespace fromScure {
    type ErrorType = Errors.GlobalErrorType;
}
//# sourceMappingURL=hdKey.d.ts.map