import { BundlibOptions } from "./types"; declare const bundlib: (cwd: string, { dev, watch, silent }?: BundlibOptions) => Promise; export default bundlib;