#!/usr/bin/env node
/**
 * CLIエントリーポイント
 */
declare function runCli(): void;
export { runCli };
