export declare const VVOC_DIRECTORY_NAME = ".vvoc"; export declare const VVOC_CONFIG_FILE_NAME = "vvoc.json"; export declare function getConfigHome(configHomeOverride?: string): string; export declare function getDataHome(dataHomeOverride?: string): string; export declare function getGlobalOpencodeDir(configHomeOverride?: string): string; export declare function getGlobalOpencodeSkillsDir(configHomeOverride?: string): string; export declare function getGlobalVvocDir(configHomeOverride?: string): string; export declare function getGlobalVvocConfigPath(configHomeOverride?: string): string; export declare function getVvocAgentsDir(vvocDir: string): string; export declare function getVvocPlansDir(vvocDir: string): string; export declare function getVvocSkillsDir(vvocDir: string): string; export declare function getGlobalVvocDataDir(dataHomeOverride?: string): string; export declare function getGlobalVvocProjectDataDir(cwd: string, dataHomeOverride?: string): string; export declare function getProjectVvocDir(cwd: string): string; export declare function getProjectLegacyOpencodeDir(cwd: string): string;