import { DeviceType, OutputLevel } from "@crestron/ch5-utilities"; export declare class Ch5CliUtil { writeError(error: Error): void; getOutputLevel(options: any): OutputLevel; readFileContentSync(path: string): any; getShellProjectPackageJson(): any; getDeviceType(deviceTypeInput: string): DeviceType; }