export interface IConfig { randomSeed?: string; pollCount?: number; useTokenExpiration?: boolean; }