export declare function extend(objects: { [key: string]: new (...args: any) => any; }): void;