import { MiddlewareFunction, } from '../import'; export const exampleMiddleware: MiddlewareFunction = async () => { // };