export declare function ensureLocalPath(path: string): string;
export declare function ensureCachePath(path: string): string;
export declare function isValidPath(path: string, key: 'localDir' | 'cacheDir'): boolean;
