export type YoloMode = "off" | "on" | "aggressive"; export declare function readMode(defaultValue?: YoloMode, filePath?: string): Promise; export declare function writeMode(mode: YoloMode, filePath?: string): Promise; //# sourceMappingURL=state.d.ts.map