import type { BabelOptions, ICompilerResult, IFinaleCompilerOptions } from './type'; export declare const build: (option: IFinaleCompilerOptions, babelConfig?: BabelOptions) => Promise;