import { type Account, type UR, TonAccount } from "../types"; export declare const parseHDKey: (ur: UR) => Account; export declare const parseTonAccount: (ur: UR) => TonAccount;