import type { Spec } from '@vltpkg/spec'; import type { PromptFn } from './index.ts'; export declare const doPrompt: (spec: Spec, dir: string, resolution: string, fn?: PromptFn) => Promise;