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