import type { Workflow, PublicWorkflow, InputSchema } from '../../../types.js'; export declare function getPublicWorkflows({ workflows, inputs, env, }: { workflows: Workflow[]; inputs: Record; env: Record; }): Record; export declare function mergeWorkflowInputs({ inputs, workflowInputSchema, env, }: { inputs: Record | undefined; workflowInputSchema: InputSchema | undefined; env: Record | undefined; }): {}; //# sourceMappingURL=set-public-workflows.d.ts.map