export declare const getStoryByStoryId: {
    (storyId: Amity.Story['storyId']): Promise<Amity.Cached<Amity.RawStory>>;
    locally(storyId: Amity.Story['storyId']): Amity.Cached<Amity.InternalStory> | undefined;
};
//# sourceMappingURL=getStoryByStoryId.d.ts.map