import type { AstroIntegrationLogger } from "astro"; import type { FontInfo } from "./fonts/fontInfo.ts"; /** * Handles the build completion phase for font loading. * * Copies all available font files to the output directory. */ export declare function astroBuildDone(dir: URL, logger: AstroIntegrationLogger, outputDirectory: string, availableFonts: FontInfo[]): void; //# sourceMappingURL=astroBuild.d.ts.map