import { Constructor } from "..";
export declare class TypeInfo {
    readonly Type: Function;
    private constructor();
    static of(type: Function | TypeInfo): TypeInfo;
    isAssignableFrom(type: Function | TypeInfo): boolean;
    static GetDecoratedConstructor(constructor: Constructor): Constructor;
    static ofObject(obj: any): TypeInfo;
    get typeName(): string;
}
//# sourceMappingURL=TypeInfo.d.ts.map