import Channel from './channel';
import { StoryMap, TestingLib } from '../types';
export declare function getStories(channel: Channel, beforeHandler?: () => void): Promise<StoryMap>;
export declare function runTests(testingLib: TestingLib, channel: Channel, stories: StoryMap): Promise<void>;
