import type { TestplaneOpts } from "../story-to-test";
import type { StorybookStory } from "./types";
export declare function getAbsoluteFilePath(): string;
export declare function run(stories: StorybookStory[], opts: TestplaneOpts): void;
