import type { TokenType } from '../constants'; import type { Token } from '../module'; export declare function hasToken(arr: Token[], name: string, type: `${TokenType}`): boolean;