import { TypeReference } from './type-reference'; export interface ClassReference extends TypeReference { new (...args: any[]): TType; } //# sourceMappingURL=class-reference.d.ts.map