export interface IInitializable { [key: string]: any; initialize(...args: T): void; }