import { EnumPostActions } from '~/postRepository/observers/enums';
export declare const getGlobalFeedSubscriptions: (cacheKey: Amity.CacheKey) => {
    fn: (callback: Amity.Listener<Amity.InternalPost<any>, any>) => Amity.Unsubscriber;
    action: EnumPostActions;
}[];
//# sourceMappingURL=utils.d.ts.map