import "../deploy/label.mjs"; //#region src/cli/commands/workspace/expiry.d.ts /** How a command reports a workspace's recorded expiry. */ export type ReportedExpiry = string | null | "invalid" | "unavailable"; //#endregion