// (C) 2007-2019 GoodData Corporation export interface IConfig { randomSeed?: string; pollCount?: number; useTokenExpiration?: boolean; }