import { XPAccount } from "./avalancheAccount.js"; /** * Converts a private key to an XP account. * * @param privateKey - The private key. * @returns The XP account {@link XPAccount}. */ export declare function privateKeyToXPAccount(privateKey: string): XPAccount; //# sourceMappingURL=privateKeyToXPAccount.d.ts.map