import { WebEntryInvalidateCacheActionRequester } from './WebEntryInvalidateCacheActionTypes'; export declare function askWebEntryInvalidateCache(webEntryName: string, ...paths: string[]): WebEntryInvalidateCacheActionRequester;