import http from 'http';
import { Express } from 'express';
declare const setup: (httpServer: http.Server, app: Express, passport: any) => Promise<void>;
export default setup;
//# sourceMappingURL=setup.d.ts.map