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