import { Ora } from 'ora'; /** * Creates and starts a new ora spinner with the given text. * @param text The spinner text to display. * @returns The ora spinner instance. */ export declare function createSpinner(text: string): Ora; //# sourceMappingURL=progress.d.ts.map