import { OfficialPlatform, Options, ProcessedOptions } from './types.js'; export declare function getMetadataFromPackageJSON(platforms: OfficialPlatform[], opts: Options, dir: string): Promise>;