import { QueryOptions } from "../types/QueryOptions";
export declare function Query(paramName?: string, options?: QueryOptions): (target: Object, propertyKey: string | symbol, parameterIndex: number) => void;
