import { Options } from '@storybook/core-common';
export declare const DEFAULT_ADDONS: string[];
export declare const IGNORED_ADDONS: string[];
export declare const getPrebuiltDir: (options: Options) => Promise<string | false>;
