export interface Initialisable {
    new (...args: any[]): any;
}
