/** * Format Command */ import type { Command } from "../types.js"; export declare const FormatCommand: Command; //# sourceMappingURL=format.d.ts.map