import type Testplane from "testplane"; import type { ChildProcessWithoutNullStreams } from "child_process"; export declare const getStorybookDevServer: (testplane: Testplane, port: number, storybookConfigDir: string) => Promise;