interface Options { watch?: boolean; } export default function build(options: Options): Promise; export {};