/**
 * Boulder State Constants
 */
export declare const BOULDER_DIR = ".omo";
export declare const BOULDER_FILE = "boulder.json";
export declare const BOULDER_STATE_PATH = ".omo/boulder.json";
export declare const NOTEPAD_DIR = "notepads";
export declare const NOTEPAD_BASE_PATH = ".omo/notepads";
/** Prometheus plan directory pattern */
export declare const PROMETHEUS_PLANS_DIR = ".omo/plans";
