export declare function taskDispatchRunner({ channel, scheduleTaskId, profileName }: { channel: string; scheduleTaskId: string; profileName: string; }): void; export declare function cancelDispatchedTask({ taskId, channel }: { taskId: string; channel: string; }): Promise<{ ok: boolean; message: string; }>;