export declare function build(options?: {
    root?: string;
    outDir?: string;
    external?: string;
}): Promise<void>;
