export declare function loading<T = any>(title: string, handler: () => Promise<T>): Promise<void>;
