declare function GET(target: any): any; declare function GET(target: any, method: string, descriptor: TypedPropertyDescriptor): any; export default GET;