import { workflows } from '../../db/schema/galaxy/workflows.js'; export declare function getCurrentGalaxyWorkflow(): Promise; export declare function getWorkflow(workflowId: number): Promise;