import { type Ora } from 'ora';
export declare const oraNonInteractiveMode: Ora;
export declare function ora(interactive: boolean | undefined, text?: string | undefined): Ora;
export { type Ora } from 'ora';
