export interface WorkflowContext { stableKey: string; contextSchema: Record; } export declare const fetchWorkflowContexts: () => Promise;