export declare const withSpinner: (msg: string) => <T>(target: () => Promise<T>) => Promise<T>;
