import { Tree } from '@nx/devkit';
export declare function onlyShowGuide(storybookProjects: {
    [key: string]: {
        configDir: string;
    };
}): void;
export declare function getAllStorybookInfo(tree: Tree): {
    [key: string]: {
        configDir: string;
    };
};
export declare function handleMigrationResult(migrateResult: {
    successfulProjects: {};
    failedProjects: {};
}, allStorybookProjects: {
    [key: string]: {
        configDir: string;
    };
}): {
    successfulProjects: {};
    failedProjects: {};
};
export declare function checkStorybookInstalled(packageJson: any): boolean;
export declare function logResult(tree: Tree, migrationSummary: {
    successfulProjects: {
        [key: string]: string;
    };
    failedProjects: {
        [key: string]: string;
    };
}): void;
//# sourceMappingURL=helper-functions.d.ts.map