import type { InputOptions } from "../../interfaces";
export default function selectProject(options?: InputOptions, canSkip?: boolean): Promise<import("../../entities").IProject>;
//# sourceMappingURL=selectProject.d.ts.map