import { CustomError } from '@twurple/common';
/**
* Thrown whenever a different token type (user vs. app) is expected in the method you're calling.
*/
export declare classInvalidTokenTypeErrorextendsCustomError{
}
//# sourceMappingURL=InvalidTokenTypeError.d.ts.map