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