import { APIGatewayProxyResult } from 'aws-lambda'; export declare function createResponse(statusCode: number, body?: Object, headers?: { [key: string]: string; }): APIGatewayProxyResult; export declare function createResponse(statusCode: number, body?: string, headers?: { [key: string]: string; }): APIGatewayProxyResult;