import { Config } from './types';
export declare const testStories: (config: Config, beforeHandler?: () => void) => Promise<void>;
