export declare const QUERY_PARAM_PROP_KEY: string; export interface IQueryParamProp { /** * The query parameter key. */ name?: string; } export declare function QueryParam(keyName?: string): PropertyDecorator;