#!/usr/bin/env node /** * Drift CLI Entry Point * * Main entry point for the Drift command-line interface. * Sets up Commander.js with all available commands. * * @requirements 29.1 */ export {}; //# sourceMappingURL=drift.d.ts.map