import { Program } from "../index.js";
export declare function publishCommand(program: Program): Promise<void>;
