import { getView as getViewAtom, confirmPackagesToInstall as confirmPackagesToInstallAtom } from './atom'; export declare const getView: typeof getViewAtom; export declare const confirmPackagesToInstall: typeof confirmPackagesToInstallAtom;