import { type CommandSpec, type DigestAction, type PlanContext } from "../internals/plan.js"; import type { Check } from "../internals/verify.js"; export declare function vdiCompatibilityText(ctx: PlanContext): string; export declare function vdiCompatibilityCheck(ctx: PlanContext): Check; export declare function vdiCompatibilityDigest(ctx: PlanContext): DigestAction; export declare const command: CommandSpec;