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