export declare class TwitchOAuthError extends Error {
    private readonly status;
    constructor(status: number, message: string);
    getStatusCode(): number;
}
//# sourceMappingURL=twitch-oauth-error.d.ts.map