import type { IApp, IProject } from "../../entities";
import type { InputOptions } from "../../interfaces";
export declare const askForProjectAndApp: (dir: string, options?: InputOptions) => Promise<{
    project: IProject;
    app: IApp;
}>;
//# sourceMappingURL=ask-project-and-app.d.ts.map