import type { Command } from 'commander';
export default function copyleftCommandSetup(program: Command): Command;
