export abstract class AcCsvParser { public abstract transactionArray: T[]; public abstract async getTransactions (): Promise; }