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