import { type Ora } from 'ora';
/**
 * Creates a new spinner with the dots style.
 */
export declare function createSpinner(text: string): Ora;
