interface Object { [key: string]: any; } export = Object;