import type BestPractice from '../BestPractice'; /** * Generate a digest for the docs. * * Used to determine if the docs need to be updated or not. */ export declare const getBestPracticesDigest: (bestPractices: BestPractice[]) => string; //# sourceMappingURL=digest.d.ts.map