#!/usr/bin/env node /** * FABER CLI - Command-line interface for FABER development toolkit * * Binary: fractary-faber * Entry point for the FABER command-line interface */ import { Command } from 'commander'; /** * Create and configure the main CLI program */ export declare function createFaberCLI(): Command; //# sourceMappingURL=index.d.ts.map