/** * Decorator for classes to type-check static fields * * - https://stackoverflow.com/a/43674389/1123898 * * @example * * ```ts * @staticImplements() * class MyConstructor { * ... * } * ``` * * @returns Decorator */ export declare function staticImplements(): (_: C) => void; //# sourceMappingURL=staticImplements.d.ts.map