import { IPollingSendApiAction } from "../entity/event"; /** * 执行发送API行为 * @param event 事件 * @param params 参数 * @returns */ export declare const executePollingSendApiAction: (pollingSendApiAction: IPollingSendApiAction) => void;