export declare const getWorkflowRunPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { getWorkflowRun: (options?: { run: string; workflow?: string | undefined; } | undefined) => Promise<{ data: { 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: { getWorkflowRun: import("../../..").PluginMeta; }; }; }; export type GetWorkflowRunPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map