import type { WalletKeypair } from "./types"; export declare function loadKeypair(bytes: Uint8Array): WalletKeypair; //# sourceMappingURL=loadKeypair.d.ts.map