import { Strategy } from './twitch-strategy';
declare const OAuth2Strategy: typeof Strategy;
export { Strategy, OAuth2Strategy };
