export declare const getStoryCache: (storyId: Amity.Story['storyId'] | undefined) => Amity.CacheEntry<Amity.InternalStory> | {
    data: undefined;
    cachedAt: undefined;
} | undefined;
//# sourceMappingURL=getStoryCache.d.ts.map