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