import { Middleware } from '@curveball/core'; /** * The 'main middleware'. * * Most of the application is expressed as a single middleware. This could * potentially allow a12nserver to be embedded in another curveball * application. */ export default function (): Middleware;