type Constructor = new (...args: any[]) => T; declare function dedupeMixin) => any>(mixin: T): T; export { Constructor, dedupeMixin };