EntParamsAccount2Type: Omit<EntParams & {
    tag: Account;
    version: 2;
}, "version"> & {
    version?: 2;
}