export declare function withSpinner<T>(message: string, callback: () => Promise<T>): Promise<T>;
