blob: 99509d101a9393afecad345e6501135f1a6b2a5a [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001import { Selector } from "./parse";
2export default function stringify(token: Selector[][]): string;
3//# sourceMappingURL=stringify.d.ts.map