import { IContext } from '../types/IContext'; export declare function createArgDecorator(fn: (ctx: IContext, ...argProps: any[]) => any): (...argProps: any[]) => ParameterDecorator; export declare const Param: (...argProps: any[]) => ParameterDecorator; export declare const Query: (...argProps: any[]) => ParameterDecorator; export declare const Context: (...argProps: any[]) => ParameterDecorator;