import { Config } from 'src/types';
export declare function getStorybookUrl({ storybookUrl, resolveStorybookUrl }: Config): Promise<string>;
export declare function tryAutorunStorybook(url: string, storybookAutorunCmd: string): Promise<void>;
export declare function checkIsStorybookConnected(url: string): Promise<boolean>;
