import { CSSTreeToken } from "./types.js";
/**
 * Convert tokens tree to string
 */
declare function tokensToString(tree: CSSTreeToken[]): string;
export { tokensToString };