export declare function form(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function path(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function query(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function json(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function header(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function cookie(paramName?: string): (target: any, key?: any, index?: any) => void; export declare function files(): (target: any, key?: any, index?: any) => void; export declare function raw(): (target: any, key?: any, index?: any) => void;