import { Options } from './types';
export declare function runTypedTest(userOptions?: Options): Promise<Array<{
    dispose: () => void;
}>>;
