import Account from "../schema/Account"; declare const privatekey: (hex: string) => Account; export default privatekey;