import { Handler } from "aws-lambda";
import { Application } from "express";
type Adapter = (app: Application) => Handler;
export declare const adapter: Adapter;
export {};
