import { InternalContextExperience, InternalExperience } from '../../types';
declare const isContextExperience: (experience: InternalExperience) => experience is InternalContextExperience;
declare const getContextExperienceIdentifier: (experience: InternalExperience) => string;
export { getContextExperienceIdentifier, isContextExperience };
