import { Test } from 'nodeunit'; declare const _default: { 'plain JSON.stringify() on a Token fails'(test: Test): void; 'string tokens can be JSONified and JSONification can be reversed'(test: Test): void; 'string tokens can be embedded while being JSONified'(test: Test): void; 'integer Tokens behave correctly in stringification and JSONification'(test: Test): void; 'tokens in strings survive additional TokenJSON.stringification()'(test: Test): void; 'intrinsic Tokens embed correctly in JSONification'(test: Test): void; 'embedded string literals in intrinsics are escaped when calling TokenJSON.stringify()'(test: Test): void; 'Tokens in Tokens are handled correctly'(test: Test): void; 'Doubly nested strings evaluate correctly in JSON context'(test: Test): void; 'Doubly nested intrinsics evaluate correctly in JSON context'(test: Test): void; 'Quoted strings in embedded JSON context are escaped'(test: Test): void; }; export = _default;