import { IRepositoryBase, LoginUserBase, ObjectBase } from '@tomei/general'; export declare abstract class AccountSystemEntity extends ObjectBase { CompanyId: string; PostedToAccSystemYN: string; AccSystemRefId: string; PostedById: string; PostedDateTime: Date; protected abstract _ObjectType: string; protected abstract RepositoryBase: IRepositoryBase; private static PostHistoryRepository; postToAccSystem(dbTransaction: any, loginUser: LoginUserBase): Promise; } //# sourceMappingURL=account-system-entity.d.ts.map