import type { VercelConfig } from '../types/index.js'; /** * Parse and validate vercel.json configuration */ export declare function parseVercelConfig(cwd?: string): Promise; //# sourceMappingURL=parser.d.ts.map