export declare function Ignore(reason: string): (target: T | (new (...args: any[]) => T), propertyKey?: string | symbol, descriptor?: TypedPropertyDescriptor) => void;