import { Weshop } from '../../typings/index'; export declare function initCLIEngine(options?: Weshop.CliEngineOptions): { cwd: typeof cwd; execute: typeof execute; }; declare function cwd(cwdPath: string): void; declare function execute(command: 'assemble', options: Weshop.CliAssembleOptions): Promise; declare function execute(command: 'init', options: Weshop.CliInitOptions): Promise; declare function execute(command: 'lint', options: Weshop.CliLintOptions): Promise; declare function execute(command: 'dev' | 'build' | 'update', options?: Weshop.CliBaseOptions): Promise; export {}; //# sourceMappingURL=cli-engine.d.ts.map