export declare function RequestParam(key?: string): ParameterDecorator; export declare function RequestParam(key: string, defaultValue?: string): ParameterDecorator;