Variable NormalizedAPIGatewayProxyEventConst

NormalizedAPIGatewayProxyEvent: Effect<
    APIGatewayProxyEvent & { rawHeaders: APIGatewayProxyEventHeaders },
    never,
    APIGatewayProxyEvent,
> = ...