import type { InputOptions } from "../../interfaces";
export declare function createOrSelectProject(options?: InputOptions): Promise<import("../../entities").IProject>;
//# sourceMappingURL=create-or-select-project.d.ts.map