/**
 * 工作流导出的 useAction hook
 * 将工作流数据导出为 JSON 文件
 */
export declare function useDumpAction(): {
    run(): Promise<void>;
};
