import { Command } from './elements/Command'; declare const validateOnlyLeafCommandsHaveDefaultOptions: ({ command, ancestorNames }: { command: Command; ancestorNames?: string[] | undefined; }) => void; export { validateOnlyLeafCommandsHaveDefaultOptions };