/** * Decode Command */ import type { Command } from "../types.js"; export declare const DecodeCommand: Command; //# sourceMappingURL=decode.d.ts.map