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