import { CustomError } from 'twitch-common'; /** * Thrown whenever you try using invalid values in the client configuration. */ export declare class ConfigError extends CustomError { }