/** * This decorator is applied to a class (but NOT member function or property). * It indicates that subclasses must not inherit from this class. * This decorator is currently used for documentation purposes only. * In the future, it may be enforced at runtime. * * @public */ export declare function sealed(target: Function): void; //# sourceMappingURL=sealed.d.ts.map