import { TypeSpecScriptNode } from "../core/types.js";
import { SemanticToken } from "./types.js";
/**
 * Compute the semantic tokens for the given AST.
 * @returns Semantic tokens
 */
export declare function getSemanticTokens(ast: TypeSpecScriptNode): SemanticToken[];
//# sourceMappingURL=classify.d.ts.map