/**
 * Get global pinned posts
 *
 * @returns the global pinned post(s)
 *
 * @category Pined Posts Live Collection
 *
 */
export declare const getGlobalPinnedPosts: (params: Amity.LiveCollectionParams<Amity.GlobalPinnedPostLiveCollection>, callback: Amity.LiveCollectionCallback<Amity.PinnedPost>, config?: Amity.LiveCollectionConfig) => () => void;
//# sourceMappingURL=getGlobalPinnedPosts.d.ts.map