import { IConfig } from './types'; export declare function runBuild(config?: IConfig): Promise;