import { type NormalizedProblem } from '@redocly/openapi-core'; /** * Formats a bundle error with file path, line/column, and codeframe for better debugging. */ export declare function formatBundleError(problem: NormalizedProblem, cwd: string): Promise; //# sourceMappingURL=format-bundle-error.d.ts.map