export declare const updateWorkflowPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { updateWorkflow: (options?: { workflow: string; name?: string | undefined; description?: string | null | undefined; } | undefined) => Promise<{ data: { id: string; name: string; description: string | null; trigger_url: string; enabled: boolean; created_at: string; updated_at: string; }; }>; } & { context: { meta: { updateWorkflow: import("../../..").PluginMeta; }; }; }; export type UpdateWorkflowPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map