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