/** * Decorator which injects a the current HTTP response context as a parameter value. * * Value passed to the method will be of type `Response` from the lambda-api package. */ export declare function response(classDefinition: object | Function, methodName: string, paramIndex: number): void;