/// import type http from 'http'; import type { Response } from 'lambda-types'; export declare function sendServerlessResponse(res: http.ServerResponse, response: Response): void;