import type { Application } from 'express'; export declare const setup: (app: Application) => void;