import type { APIGatewayProxyEvent } from 'aws-lambda'; export declare const getEventHeader: (event: APIGatewayProxyEvent | Request, headerName: string) => string | null | undefined; //# sourceMappingURL=event.d.ts.map