import { Command } from "commander"; import { type AdoptClusterResult } from "../flows/mesh-adopt-cluster.js"; export declare function buildMeshAdoptSubcommand(): Command; export declare function toJsonShape(r: AdoptClusterResult): Record; export declare function sanitizeForTerminal(s: string): string; export declare function emitHuman(r: AdoptClusterResult): void; export declare function errorToJsonBody(err: unknown): Record; //# sourceMappingURL=mesh-adopt.d.ts.map