import { DetectorResult, HAR } from "../../common/index.js";
declare const detectGoogleFonts: (har: HAR, asap?: boolean) => DetectorResult;
export default detectGoogleFonts;
