export declare function useMasterKeyUtils(): {
    hasMasterKey: boolean;
    isType42: boolean;
    isLegacy: boolean;
    masterKey: string | undefined;
    xprv: string | undefined;
};
//# sourceMappingURL=useMasterKeyUtils.d.ts.map