import BestPractice from '../BestPractice'; /** * Recursively walk the srcDir and pull best practices from all code files. */ export declare const getAllBestPractices: (srcDir: string) => Promise; /** * Scan through the file at root/filename searching for best practices. */ export declare const getFileBestPractices: (root: string, filename: string) => Promise; //# sourceMappingURL=parse.d.ts.map