export interface CacheCommandOptions { clear?: boolean; url?: string; } /** * Cache command - manage the module cache for URL/GitHub imports. */ export declare function cacheCommand(options: CacheCommandOptions): Promise; //# sourceMappingURL=cache.d.ts.map