import { IHighlightTokenType } from "../_types/IHighlightTokenType"; import { ITokenConfig } from "chevrotain"; /** * Creates a new highlighting tokens * @param config The configuration for the token * @returns The token type */ export declare function createHighlightToken(config: ITokenConfig & { tags: string[]; }): IHighlightTokenType; //# sourceMappingURL=createHighlightToken.d.ts.map