export { DistilPipeline } from "./pipeline";
import express from "express";
declare const app: express.Application;
export default app;
