import type { QuestionOptions, TaskQuestion } from './types.ts'; export declare function spinner({ message, task }: TaskQuestion, { env, stdin, stdout, onCancel }: QuestionOptions): Promise;