export { CODE_TOKEN_ATTR, CODE_TOKEN_TYPES, dialectOf, tokenize, tokensFor, usableTokens } from './tokens.js'; export type { CodeDialect, CodeHighlighter, CodeToken } from './tokens.js'; export { applyTokens, codeSourceOf } from './apply.js'; export type { ApplyOptions } from './apply.js'; //# sourceMappingURL=index.d.ts.map