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