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