export declare const startSpinner: (text: string) => Promise<{ succeed: (text?: string) => void; fail: (text?: string) => void; } | null>;