import type { CreateTelemetryClient } from "./telemetry"; /** Resolve a project directory that does not exist yet */ export declare function resolveAvailableTarget(requestedName: string, interactive: boolean, tel: CreateTelemetryClient): Promise<{ name: string; targetDir: string; }>; //# sourceMappingURL=target-dir.d.ts.map