import { Test } from 'nodeunit';
declare const _default: {
    'synthesis with an empty app'(test: Test): void;
    'synthesis respects disabling tree metadata'(test: Test): void;
    'single empty stack'(test: Test): void;
    'some random construct implements "synthesize"'(test: Test): void;
    'it should be possible to synthesize without an app'(test: Test): void;
};
export = _default;
