/**
 * Create or updates the autocompletion information for the CLI
 * @param {import('../../commands/base-command.js').default} program
 * @returns {void}
 */
declare const generateAutocompletion: (program: any) => void;
export default generateAutocompletion;
//# sourceMappingURL=generate-autocompletion.d.ts.map