import { Test } from 'nodeunit'; declare const _default: { 'throws when zone name ending with a \'.\''(test: Test): void; 'accepts a valid domain name'(test: Test): void; 'providedName ending with a dot returns the name'(test: Test): void; 'providedName that matches zoneName returns providedName with a trailing dot'(test: Test): void; 'providedName that ends with zoneName returns providedName with a trailing dot'(test: Test): void; 'providedName that does not match zoneName concatenates providedName and zoneName'(test: Test): void; }; export = _default;