#!/usr/bin/env node import * as TE from "fp-ts/lib/TaskEither"; import { Config } from "./config"; export declare const startApp: (configOverride?: Partial) => TE.TaskEither TE.TaskEither; httpServer: import("./infrastructure/http").HttpServer; }; } & { shutdown: { listenToProcessEvents: () => TE.TaskEither; shutdown: (shouldExit?: boolean) => TE.TaskEither; }; } & { listeningAbsoluteUrl: string; }>;