import type { Store } from '../server/store.js'; export type BuildArgs = { outdir: string; contentDir: string; verbose?: boolean; htmlTemplate?: string; inspect?: boolean; pathPrefix?: string; }; export declare function build(args: BuildArgs, store: Store): Promise; //# sourceMappingURL=build.d.ts.map