import webpack from 'webpack'; export interface IBuildProjectOptions { zip?: boolean; source_type?: 'local' | 'remote'; } export declare function buildProject(options?: IBuildProjectOptions): Promise;