type Args = {
    /** Path to project directory */
    root: string;
};
export declare function build({ root }: Args): Promise<void>;
export {};
