/** Token associated to the service for live event */
export interface EventToken {
    /**  */
    token: string;
}
//# sourceMappingURL=EventToken.d.ts.map