import { BuiltMetaPackage, MetaPackage } from "./meta-package-type"; export declare function buildFullPackageDescription(metaPackageDescription: MetaPackage): Promise; export declare function getFileContentFromPath(path: string): Promise;