import { Options, Ora } from'ora';
export { Ora, Options };
/**
* A custom ora spinner that sends the stream to stdout in CI, or non-TTY, instead of stderr (the default).
*
* @paramoptions
* @returns
*/exportdeclarefunctionora(options?: Options | string): Ora;