import type { CatenvContext } from "../../../../pipeline/src/index.js";
import type { Choice } from "./types";
export declare const printVariables: (context: CatenvContext, choice?: Choice) => Promise<void>;
