import type { WorkflowContext } from "./fetchWorkflowContexts"; export declare const biomeFormat: (source: string) => Promise; export declare const stableKeyToTypeName: (stableKey: string) => string; export declare const generateTypes: (contexts: WorkflowContext[]) => Promise;