export default class PackageJsonGenerator {
    otherPackageValues: any;
    projectDir: string;
    constructor(otherPackageValues: {} | undefined, projectDir: any);
    apply(compiler: any): void;
}
