import type { APIGatewayProxyEvent } from 'aws-lambda';
export declare const TEST_GET_EVENT: APIGatewayProxyEvent;
export declare const TEST_POST_EVENT_WITH_ID: APIGatewayProxyEvent;
export declare const TEST_PUT_EVENT_WITH_ID: APIGatewayProxyEvent;
export declare const TEST_DELETE_EVENT_WITH_ID: APIGatewayProxyEvent;
export declare const TEST_PATCH_EVENT: APIGatewayProxyEvent;
