import { Class } from "../class/Class"; export declare type InstanceOf = C extends Class ? R : any; //# sourceMappingURL=InstanceOf.d.ts.map