export declare function generateID(key: string): string;
export declare type Constructor<T> = new (...args: any[]) => T;
