import type { BragdocConfig } from './types'; /** * Get the path to the bragdoc config directory */ export declare function getConfigDir(): string; export declare function getLogsDir(): string; /** * Get the path to the cache directory */ export declare function getCacheDir(): string; /** * Get the path to the commits cache directory */ export declare function getCommitsCacheDir(): string; /** * Get the path to the data cache directory */ export declare function getDataCacheDir(): string; /** * Get the path to the companies cache file */ export declare function getCompaniesCachePath(): string; /** * Get the path to the projects cache file */ export declare function getProjectsCachePath(): string; /** * Get the path to the standups cache file */ export declare function getStandupsCachePath(): string; /** * Get the path to the meta cache file */ export declare function getMetaCachePath(): string; /** * Get the path to the sources cache file */ export declare function getSourcesCachePath(): string; /** * Get the path to the config file */ export declare function getConfigPath(): string; /** * Get the API base URL from config or use default */ export declare function getApiBaseUrl(config: BragdocConfig): string; //# sourceMappingURL=paths.d.ts.map