/** * Decorator that is used to define which parameter is the http response in a method */ export declare function BgxResponse(): (target: object, propertyKey: string | symbol, parameterIndex: number) => void;