export interface IOption { spinners?: string[]; text?: string; timeout?: number; }