import { IGateway } from '../interfaces'; export type GatewayClass = { new (...args: any[]): IGateway; };