/** * Sealed * @author LL * @date 2022-01-20 下午 12:23 **/ export declare function Sealed(constructor: Function): void; //# sourceMappingURL=Sealed.d.ts.map