export declare const buildModule: (moduleHtmlPath: string, minify: boolean, configJsonString?: string | null) => Promise<string>;
