/** * ```js * import { onPostUpdated } from '@amityco/ts-sdk' * const dispose = onPostUpdated(post => { * // ... * }) * ``` * * Fired when a {@link Amity.InternalPost} has been updated * * @param callback The function to call when the event was fired * @returns an {@link Amity.Unsubscriber} function to stop listening * * @category Post Events */ export declare const onPostUpdated: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onPostUpdated.d.ts.map