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