import * as ast from "../../ast/index.js"; import * as files from "../../filesystem/index.js"; import { TagMapper } from "../tag-mapper.js"; /** returns the standard AST for the HTML files with the given paths */ export declare function parseHTMLFiles(filenames: files.FullFilePath[], sourceDir: files.SourceDir, tagMapper: TagMapper): Promise; //# sourceMappingURL=parse-html-files.d.ts.map