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