import { type Ora } from 'ora'; export declare function createSpinner(text: string): Ora; export declare function withSpinner(text: string, fn: () => Promise): Promise; //# sourceMappingURL=spinner.d.ts.map