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