export function fixPkg(cwd: string, fixes: Fix[]): Promise<string[]>;
export type Fix = {
    childKey: string;
    suggested: string;
    topKey: string;
};
//# sourceMappingURL=fix.d.ts.map