import { File } from 'doxdox-core'; declare const parser: (cwd: string, path: string) => Promise; export declare const parseString: (path: string, content: string) => Promise; export default parser;