export declare type Omit = Pick>; export declare type Indexed = Omit; export declare type IndexedClass = new (...args: any[]) => T; export declare type AnyClass = new (...args: any[]) => any;