import { type Config, type ConfigContext } from '@pnpm/config.reader'; export declare const rcOptionsTypes: typeof cliOptionsTypes; export declare function cliOptionsTypes(): Record; export declare const commandNames: string[]; export declare function help(): string; export type CacheCommandOptions = Pick & Pick; export declare function handler(opts: CacheCommandOptions, params: string[]): Promise;