export declare function handlePackageUpgradeInput(packageName: string, inputName: string): boolean;
export declare function getLastInputValue(packageName: string, inputName: string): any;
