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