export declare const autoUpgradeStatus: {
    readonly on: "Auto-upgrade on. Shopify CLI will update automatically after each command.";
    readonly off: "Auto-upgrade off. You'll need to run `shopify upgrade` to update manually.";
};
