import { QueryMethodMetadata, QueryOptions } from '../types'; export declare const QUERY_METHOD_METADATA_KEY: unique symbol; export declare function Query(options: QueryOptions): MethodDecorator; export declare function getQueryMethods(target: any): Map;