import { Command } from 'commander'; declare const createActCommand: () => Command; export { createActCommand };