import type { IApp } from "../../entities";
import type { InputOptions } from "../../interfaces";
export declare function createOrSelectApp(projectSlug: string, options: InputOptions, question?: string): Promise<IApp>;
//# sourceMappingURL=create-or-select-app.d.ts.map