/** * ```js * import { onLocalPostDeleted } from '@amityco/ts-sdk' * const dispose = onLocalPostDeleted(post => { * // ... * }) * ``` * * Fired when a {@link Amity.InternalPost} has been deleted * * @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 onLocalPostDeleted: (callback: Amity.Listener) => Amity.Unsubscriber; //# sourceMappingURL=onLocalPostDeleted.d.ts.map