import { Class, MetaValue } from '@nestjs-query/core'; import { QueryArgsTypeOpts } from '../types'; export declare type QueryOptionsDecoratorOpts = QueryArgsTypeOpts; export declare function QueryOptions(opts: QueryOptionsDecoratorOpts): (target: Class) => void; export declare const getQueryOptions: (DTOClass: Class) => MetaValue>;