import * as Effect from "effect/Effect"; import * as Option from "effect/Option"; import * as Path from "effect/Path"; import { Screen } from "../../screen/index.js"; import { ExecutionDirectory, type ExecutionDirectoryService } from "../../execution-directory.js"; export interface DiscoverHandlerArgs { readonly path: Option.Option; } export declare const resolveDiscoverProjectDir: (selected: Option.Option, executionDirectory: ExecutionDirectoryService, path: Pick) => string; export declare const handleDiscover: (args: DiscoverHandlerArgs) => Effect.Effect; //# sourceMappingURL=handler.d.ts.map