declare const codexHome: () => string; declare const codexHooksJsonPath: () => string; declare const codexConfigTomlPath: () => string; export { codexHome, codexHooksJsonPath, codexConfigTomlPath };