import { Pkg, Dependencies } from '@reactant/types';
export declare function getPkg(rootPath: string, platformName?: string): Pkg;
export declare function getReactantDependencies(dependencies: Dependencies): Dependencies;
export declare function mergeDependencies(pkg: Pkg, newPkg: Partial<Pkg>): Pkg;
