import { type EvoPaths } from "../paths.ts"; import type { CompiledBundle } from "../types.ts"; export declare function loadCompiledBundle(paths: EvoPaths, digest: string): Promise; export declare function compileBundle(options: { paths: EvoPaths; sourceDirectory: string; parentDigest: string | null; summary: string; }): Promise; export declare function materializeBundle(paths: EvoPaths, digest: string, targetDirectory: string): Promise; //# sourceMappingURL=compile.d.ts.map