src/index.ts
export { startCompositeService } from "./startCompositeService";
export type { CompositeServiceConfig } from "./interfaces/CompositeServiceConfig";
export type { ServiceConfig } from "./interfaces/ServiceConfig";
export type { ReadyContext } from "./interfaces/ReadyContext";
export type { OnCrashContext } from "./interfaces/OnCrashContext";
export type { ServiceCrash } from "./interfaces/ServiceCrash";