export declare function SetType<U extends new (...args: any) => any>(prototype: U, instance: any): InstanceType<U>;
//# sourceMappingURL=tag.d.ts.map