export interface IInitializer { init(...args: any[]): any; }