/**
* Builds a @lazarv/react-server project using the root entry point.
*
* @param root - Entry point of the React application
* @param options - Options for the build, same as the options for the react-server CLI command
*/
export function build(root: string, options: any): Promise<void>;