ICrowdSecHTTPWatcherMiddlewareOptions: (IWatcherAuthentication | ITLSAuthentication) & {
    heartbeat?: boolean;
    scenarios?: (IScenarioConstructor | string)[];
    scenariosOptions?: IScenarioOptions;
} & ICommonOptions