import type { ServerRunPayload } from '@histoire/shared'; export declare function run({ file, storyData, el }: ServerRunPayload): Promise;