import { Express } from 'express';

declare const handler: Express;

export { handler };
