import TwitchIRC from './chat';
import TwitchAPI from './api';
declare const _default: {
    default: typeof TwitchAPI;
    TwitchAPI: typeof TwitchAPI;
    api: typeof TwitchAPI;
    TwitchIRC: typeof TwitchIRC;
    chat: typeof TwitchIRC;
};
export = _default;
