export declare class BotRestartSettings { restart: boolean; restartWaitMilliSeconds: number; restartMaxAttempts: number; cooldownAfterMaxAttempts: boolean; cooldownMilliseconds: number; }