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