export declare function loading(): { close: () => void; }; export declare function notify(message: string, title?: string, _type?: 'primary' | 'warning' | 'danger' | 'success'): Promise; export declare function alert(message: string): Promise;