export declare const listDurableRunsPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { listDurableRuns: (options?: ({ pageSize?: number | undefined; cursor?: string | undefined; maxItems?: number | undefined; } & { cursor?: string; pageSize?: number; maxItems?: number; }) | undefined) => import("../../..").PaginatedSdkResult<{ id: string; status: "initialized" | "started" | "finished" | "failed" | "cancelled"; input: unknown; output: unknown; error: { [x: string]: unknown; code: string; message: string; } | null; execution_id: string | null; is_private: boolean; created_at: string; updated_at: string; }>; } & { context: { meta: { listDurableRuns: import("../../..").PluginMeta; }; }; }; export type ListDurableRunsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map