import { Test } from 'nodeunit'; declare const _default: { 'valueAsString supports both string and number types'(test: Test): void; 'valueAsString fails for unsupported types'(test: Test): void; }; export = _default;