export declare function Implements<T>(_target: T, _propertyKey: keyof T): void;
