import { Config } from './config'; import { Hooks } from './createEmitter'; export declare function build(config: Config, hooks: Hooks): Promise;