import { Test } from 'nodeunit'; declare const _default: { 'artifact bounds validation': { 'artifacts count exceed maximum'(test: Test): void; 'artifacts count below minimum'(test: Test): void; 'artifacts count within bounds'(test: Test): void; }; 'action type validation': { 'must be source and is source'(test: Test): void; 'must be source and is not source'(test: Test): void; 'cannot be source and is source'(test: Test): void; 'cannot be source and is not source'(test: Test): void; }; 'standard action with artifacts'(test: Test): void; }; export = _default;