import type { PackageFileFormat } from "./fileFormat"; export declare function packageCode(pkg: PackageFileFormat): string;