import { Test } from'nodeunit';
declareconst_default: {
'parameters can be used and referenced using param.ref'(test: Test): void;
'parameters are tokens, so they can be assigned without .ref and their Ref will be taken'(test: Test): void;
};
export = _default;