export function shrinkNPM(pkg: any, options?: {
    removeKeys: string[];
    removeDefaults: boolean;
}): any;
