export declare const listWorkflowRunsPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { listWorkflowRuns: (options?: ({ workflow: string; pageSize?: number | undefined; cursor?: string | undefined; maxItems?: number | undefined; } & { cursor?: string; pageSize?: number; maxItems?: number; }) | undefined) => import("../../..").PaginatedSdkResult<{ id: string; trigger_id: string | null; durable_run_id: string | null; workflow_version_id: string | null; status: string; input: unknown; output: unknown; error: unknown; created_at: string; updated_at: string; }>; } & { context: { meta: { listWorkflowRuns: import("../../..").PluginMeta; }; }; }; export type ListWorkflowRunsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map