import { Codec } from "./Codec";
import { Command } from "../model/Command";
import { Command as PbCommand } from '../generated/com/daml/ledger/api/v1/commands_pb';
export declare const CommandCodec: Codec<PbCommand, Command>;
