import { CliOpts } from "./internal/compile"; declare const build: (args?: CliOpts) => Promise; export default build;