import { type UserOptions } from "./config.js"; export declare const build: (flags?: UserOptions) => Promise; export default build;