import { IBgxHttpRESTConfig } from '../http.mixin'; /** * Decorator used to give a service http capabilities using BgxHttpService * @deprecated will be removed in angular 10 */ export declare function BgxHttp(config: IBgxHttpRESTConfig): {}>(constructor: any) => any; /** * Decorator used to give a service http capabilities using HttpClient * @deprecated will be removed in angular 10 */ export declare function BgxHttpClient(config: IBgxHttpRESTConfig): {}>(constructor: any) => any;