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