import * as ast from "../../ast/index.js"; import * as files from "../../filesystem/index.js"; /** returns the standard AST for the Markdown files given as paths relative to the given sourceDir */ export declare function parse(filenames: files.FullFilePath[], sourceDir: files.SourceDir): Promise; //# sourceMappingURL=parse.d.ts.map