export interface StartedProject {
    exitPromise: Promise<number>;
}
//# sourceMappingURL=started-project.d.ts.map