import type { ServiceLocator } from "@nivinjoseph/n-ject"; export type ApplicationScript = (serviceLocator: ServiceLocator) => Promise;