export declare const defaultConfig: { contextPath: string; buildPath: string; publicPath: string; plugins: never[]; }; interface Options { force: boolean; } export default function init(options: Options): Promise; export {};