export declare const staticMethod: (target: any, key: string, descriptor: TypedPropertyDescriptor) => void; export declare const instanceMethod: (target: any, key: string, descriptor: TypedPropertyDescriptor) => void;