import type { EventEntry } from "./types.js"; export declare function listWorkflowEventsByType(type: string, taskId: string | undefined, root: string): Promise;