import type { BuildOptions } from "./types.js"; export declare function build(opts: BuildOptions): Promise;