import { Test } from 'nodeunit'; declare const _default: { tearDown(callback: any): void; 'bundling with image from registry'(test: Test): void; 'bundling with image from asset'(test: Test): void; 'throws if image id cannot be extracted from build output'(test: Test): void; 'throws in case of spawnSync error'(test: Test): void; 'throws if status is not 0'(test: Test): void; 'BundlerDockerImage json is the bundler image name by default'(test: Test): void; 'BundlerDockerImage json is the bundler image if building an image'(test: Test): void; }; export = _default;