export declare const configPathFn: () => string; export declare const CONFIG_PATH: string; declare const CONFIG_FOLDER_NAMES: readonly ["plugins", "themes", "settings", "quickcss", "react-devtools"]; export declare const CONFIG_PATHS: Record<(typeof CONFIG_FOLDER_NAMES)[number], string>; export {};