import { ActivityMap } from './types';

export const STATE_DELIMITER = '.';
export const EMPTY_ACTIVITY_MAP: ActivityMap = {};
