export declare const listWorkflowVersionsPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { listWorkflowVersions: (options?: ({ workflow: string; pageSize?: number | undefined; cursor?: string | undefined; maxItems?: number | undefined; } & { cursor?: string; pageSize?: number; maxItems?: number; }) | undefined) => import("../../..").PaginatedSdkResult<{ id: string; workflow_id: string; zapier_durable_version: string; dependencies: Record | null; created_by_user_id: string; created_at: string; }>; } & { context: { meta: { listWorkflowVersions: import("../../..").PluginMeta; }; }; }; export type ListWorkflowVersionsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map