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