import 'v8-compile-cache';
import Asset from 'jgb-shared/lib/Asset';
export declare function init(options: any): void;
export declare function run(asset: Asset | string, distPath: string, isWarmUp: boolean): Promise<IPipelineProcessed>;
