export declare enum AccountType {
    work = "workAccount",
    balance = "balanceAccount",
    main = "mainAccount",
    test1 = "test1Account",
    test2 = "test2Account",
    voting = "votingAccount",
    vrf = "vrfAccount"
}
//# sourceMappingURL=AccountType.d.ts.map