import { Test } from 'nodeunit'; declare const _default: { 'widgets in different adds are laid out underneath each other'(test: Test): void; 'widgets in same add are laid out next to each other'(test: Test): void; 'tokens in widgets are retained'(test: Test): void; 'work around CloudFormation bug'(test: Test): void; }; export = _default;