import { Token } from "../types.js";
export declare function makeTokensReadableForDebugging(tokens: Token.Any[]): string;
