import type { Constructor } from '../../types/constructor'; export declare function deprecateClass>(Base: T, msg: string): T;