export declare function build(input: string, options?: { outDir?: string; }): Promise; export default build;