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