import { Constructor } from "@angular-package/type";
import { InstanceOfConstructor, UnionToIntersection } from "../../type";
export declare function mixinTesting<T extends Constructor<any>[]>(...classes: T): Constructor<UnionToIntersection<InstanceOfConstructor<T[number]>>>;
