import { Test } from '../types';
export declare function updateModifier(modifier: 'only' | 'skip', test: Test): Test;
