/// import { HookActionSeries } from '@erect/hook'; import { Server } from 'http'; import { Application } from '../server/Application'; export interface Params { api: Application; httpServer: Server; } declare const _default: HookActionSeries; export default _default;