export declare const clearCache: {
    command: string;
    describe: string;
    handler: typeof clearCacheHandler;
};
declare function clearCacheHandler(): Promise<void>;
export {};
