import { Variant } from '../enums'; export default interface NRKSuperPageOptions { userSegments?: string; experimentId?: string; variant?: Variant; }