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