/** * Note: Use with caution, as this will clear all caches in the themes package. * * Clear the `getTheme`, `customizedTheme`, and `variables` caches. * * (Note: Having this in utils causes a build time error in the themes package, due to import cycles.) * * @private */ export declare const clearAllCaches: () => void;