import type Testplane from "testplane"; import type { PluginPartialConfig } from "./config"; export * from "./types"; export { getStoryFile } from "./storybook/story-to-test"; declare const _default: (testplane: Testplane, opts: PluginPartialConfig) => void; export default _default;