import { IBgxHttpRESTOptions } from '../../'; /** * Decorator that adds PUT request capabilities to a method */ export declare function BgxPUT(config: { path: string; options?: IBgxHttpRESTOptions; }): (target: any, propertyName: string, descriptor: TypedPropertyDescriptor) => any;