export declare const basePath: () => string; export declare const configJsonPath: () => string; export declare const instructionsMdPath: () => string; export declare const mcpJsonPath: () => string; export declare const mcpOauthJsonPath: () => string; export declare const sessionsPath: () => string; export declare const memoryPath: () => string; export declare const attachmentsPath: () => string; export declare const plansPath: () => string; export declare const skillsPath: () => string; export declare const cachePath: () => string; export declare const binPath: () => string; export declare const ripgrepPath: () => string;