/** * Path of ccmanager's configuration/state directory. Does not touch the * filesystem. */ export declare function getConfigDir(): string; /** * Path of ccmanager's configuration/state directory, creating it first if it * does not exist yet. */ export declare function ensureConfigDir(): string;