/** * init command - Scaffold docker-compose.yml and config */ export interface InitOptions { force?: boolean; noWebui?: boolean; gpu?: boolean; noGpu?: boolean; localModels?: boolean; } export declare function init(options?: InitOptions): Promise; //# sourceMappingURL=init.d.ts.map