/** * @deprecated This function will to be deprecated soon. */ export declare const liveObject: (id: T[K], callback: Amity.LiveObjectCallback, key: K, fetcher: (id: T[K]) => Promise>, eventHandlers: ((callback: Amity.Listener) => Amity.Unsubscriber)[], options?: Amity.LiveObjectOptions | undefined) => Amity.Unsubscriber; //# sourceMappingURL=liveObject.d.ts.map