import { CustomError } from 'twitch-common'; /** * Thrown whenever you try something that requires your own stream to be live. */ export declare class StreamNotLiveError extends CustomError { /** @private */ constructor(); }