export declare const listWorkflowsPlugin: (sdk: { context: { api: import("../../..").ApiClient; resolveCredentials: () => Promise; }; } & { context: import("../../eventEmission").EventEmissionContext; } & { context: { meta: Record; }; }) => { listWorkflows: (options?: ({ pageSize?: number | undefined; maxItems?: number | undefined; cursor?: string | undefined; } & { cursor?: string; pageSize?: number; maxItems?: number; }) | undefined) => import("../../..").PaginatedSdkResult<{ id: string; name: string; description: string | null; trigger_url: string; enabled: boolean; current_version_id: string | null; created_at: string; updated_at: string; }>; } & { context: { meta: { listWorkflows: import("../../..").PluginMeta; }; }; }; export type ListWorkflowsPluginProvides = ReturnType; //# sourceMappingURL=index.d.ts.map