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