import type { Store } from '../../server/store.js'; export type BuildArgs = { outdir: string; 'project-dir': string; 'log-level'?: string; devLogin?: boolean; pathPrefix?: string; }; export declare function build(args: BuildArgs, store: Store): Promise; //# sourceMappingURL=index.d.ts.map