/** * @param {string[]} paths * @param {string} cwd path on disk that the paths are relative to - needed for looking up configs * * @returns {Promise} */ export function parse(paths: string[], cwd: string): Promise; /** * * @param {string} segment * @returns {string} */ export function cleanSegment(segment: string): string; /** * * @param {import('./types.ts').GatheredDocs} docs */ export function build(docs: any): any; /** * @param {string} filePath */ export function readJSONC(filePath: string): Promise; //# sourceMappingURL=parse.d.ts.map