import { SCEventSubscriptionStatusType, SCEventType } from '@selfcommunity/types';
/**
 * Get event status
 * @returns status or null
 * @param event
 * @param going
 */
export declare function getEventStatus(event: SCEventType, going: boolean): SCEventSubscriptionStatusType | null;
