import { TPattern } from '../types/TPattern'; import { TMethod } from '../types/TMethod'; export declare function PATTERN(pattern: TPattern): (target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor) => void;