export interface PollOptions { maxPollCount: number pollInterval: number streamLog: boolean logFolderPath?: string }