export declare const publishWorkflowVersionPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { publishWorkflowVersion: (options?: { workflow: string; source_files: Record; dependencies?: Record | undefined; zapier_durable_version?: string | undefined; enabled?: boolean | undefined; } | undefined) => Promise<{ data: { id: string; workflow_id: string; source_files: Record; zapier_durable_version: string; dependencies: Record | null; created_by_user_id: string; created_at: string; }; }>; } & { context: { meta: { publishWorkflowVersion: import("../../..").PluginMeta; }; }; }; export type PublishWorkflowVersionPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map