import { SignatureEmoteResponse, StreamInfo } from 'SoopApiTypes';
export declare const getPlayerLiveInfo: (userId: string) => Promise<StreamInfo>;
export declare const getChannelEmotes: (userId: string) => Promise<SignatureEmoteResponse>;
