import { Test } from 'nodeunit'; declare const _default: { 'json template': { 'can just be a JSON object'(test: Test): void; 'can use joined JSON containing refs in JSON object'(test: Test): void; 'can use token'(test: Test): void; }; 'text templates': { 'strings with newlines are serialized to a newline-delimited list of JSON strings'(test: Test): void; 'escaped newlines are not interpreted as newlines'(test: Test): void; 'can use Tokens in text templates'(test: Test): void; }; }; export = _default;