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