import { APIGatewayProxyEvent, APIGatewayProxyEventV2, Context } from 'aws-lambda';
import { IInterfaceAlagarrOptions, IInterfaceRequest } from '../types';
declare const _default: (event: APIGatewayProxyEvent | APIGatewayProxyEventV2, context: Context, options?: IInterfaceAlagarrOptions) => Promise<IInterfaceRequest>;
export default _default;
