#!/usr/bin/env node
/**
 * CARTHORSE Main Export CLI
 *
 * Main command-line interface for Carthorse trail data processing
 * This provides the primary 'carthorse' command as described in the README
 */
import { Command } from 'commander';
export declare function runExport(args?: string[]): Promise<Command>;
//# sourceMappingURL=export.d.ts.map