import { App } from "../types/app.type";
export declare const appCreatedEvent: import("@istanbul/events").EventService<boolean>;
export declare const appStartedEvent: import("@istanbul/events").EventService<App<import("..").AppConfig>>;
export declare const appFinishedEvent: import("@istanbul/events").EventService<string>;
