import { Test } from 'nodeunit';
declare const _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;
