import 'antd/lib/modal/style/index.css'; import './notifier.css'; /** 指令提示 */ export declare function notifyInstruct(type: 'info' | 'warn' | 'error', content: { text?: string; textArray?: string[]; }, withAudio?: boolean): Promise; /** 烟火警告 */ export declare function startFireworks(text: string): void;