export interface WorkflowRoutesGenOutput { schemas: string; functions: string; } /** * Generate catch-all HTTP routes for workflow operations */ export declare const serializeWorkflowRoutes: (pathToPikkuTypes: string, requireAuth?: boolean) => WorkflowRoutesGenOutput;