/** * Decorator which injects the raw HTTP request body as a parameter value. * * Value passed to the method will be a Buffer. */ export declare function rawBody(classDefinition: object | Function, methodName: string, paramIndex: number): void;