/** Validates the string content of a `meta-package.json` file */ export declare const validatePackageStringConfiguration: (configurationData: string) => Promise;