// Path: index.d.ts declare function parse(filepath: string, _mode?: string): Promise; export = parse;