declare class ServletRsponse {
}
/**
 * 从servlet上下文中提取response
 * action(@ServletRequest response)
 */
declare const _default: {
    (options: import("../Target").CreateOptions<typeof ServletRsponse>): ParameterDecorator;
    (target: {
        [x: string]: any;
    }, propertyKey: string, parameterIndex: number): any;
} & import("../annotation/type").LinkAnnotationType<typeof ServletRsponse> & typeof ServletRsponse;
export default _default;
