export declare const LinkedObject: {
    ad: (ad: Amity.InternalAd) => Amity.Ad;
    comment: (comment: Amity.InternalComment<any>) => Amity.Comment<any>;
    post: (post: Amity.InternalPost<any>) => Amity.Post<any>;
    user: (user: Amity.InternalUser) => Amity.User;
    category: (category: Amity.InternalCategory) => Amity.Category;
    stream: (stream: Amity.RawStream) => Amity.Stream;
    story: (story: Amity.InternalStory) => Amity.Story;
    storyTarget: (storyTarget: Amity.RawStoryTarget) => Amity.StoryTarget;
    message: (message: Amity.InternalMessage<any>) => Amity.Message<any>;
    reactor: (reactor: Amity.InternalReactor) => Amity.Reactor;
    channel: (channel: Amity.InternalChannel<any>) => Amity.Channel<any>;
    pinnedPost: (pinnedPost: Amity.RawPin) => Amity.PinnedPost;
    notificationTray: (noti: Amity.RawNotificationTrayItem) => Amity.NotificationTrayItem;
    community: (community: Amity.InternalCommunity) => Amity.Community;
    invitation: (invitation: Amity.InternalInvitation) => Amity.Invitation;
    joinRequest: (joinRequest: Amity.InternalJoinRequest) => Amity.JoinRequest;
    channelMember: (channelMember: Amity.Membership<"channel">) => Amity.Membership<"channel">;
    room: (room: Amity.RawRoom) => Amity.Room;
    event: (event: Amity.RawEvent) => Amity.Event;
    eventResponse: (event: Amity.RawEventResponse) => Amity.EventResponse;
    product: (product: Amity.RawProduct) => Amity.Product;
    poll: (poll: Amity.RawPoll) => Amity.Poll;
};
//# sourceMappingURL=index.d.ts.map