import { Options } from '@storybook/core-common'; import webpack from 'webpack'; export declare const useManagerCache: (cacheKey: string, options: Options, managerConfig: webpack.Configuration) => Promise; export declare const clearManagerCache: (cacheKey: string, options: Options) => Promise;