import { CustomError } from 'twitch-common'; /** * Thrown whenever you try accessing a subscription-related resource * (for example {@ChannelApi#getChannelSubscriptions}) * and the given channel does not have a subscription program. */ export declare class NoSubscriptionProgramError extends CustomError { /** @private */ constructor(channelId: string); }