import { Command } from 'commander'; export declare function formatDeploymentHistoryOutput(result: { records?: Record[]; rendered?: string; }, format: string): string; export declare function registerDeploymentCommands(program: Command): void;