import type { FlowValidationIssue } from './types.js'; export declare function formatFlowValidationIssues(issues: FlowValidationIssue[]): string;