import { iAcumenSuiteClass } from "./iAcumenSuiteClass"; export type iAcumenSuiteConstructor = new () => iAcumenSuiteClass;