import type { Prompter } from "./prompter.js"; /** Runs asynchronous work behind an optional spinner that always stops. */ export declare function withSpinner(prompter: Prompter, message: string, task: () => Promise): Promise;