import execa from "execa";
export declare class BuildManager {
    private configuration_manager;
    private task_service;
    private getConfigParams;
    private getCommandConfig;
    buildStories(storyKeys: string[]): Promise<any>;
    private _buildStory;
    private _getBuildStoryTasks;
    previewStory(storyKey: string, episodeKey: string, port: any): execa.ExecaChildProcess<string>;
}
