import { Codec } from "./Codec";
import { CreateAndExerciseCommand } from "../model/CreateAndExerciseCommand";
import { CreateAndExerciseCommand as PbCreateAndExerciseCommand } from "../generated/com/daml/ledger/api/v1/commands_pb";
export declare const CreateAndExerciseCommandCodec: Codec<PbCreateAndExerciseCommand, CreateAndExerciseCommand>;
