import type { Command } from 'commander';
import type { FeatureFlags } from './FeatureFlags/index.js';
export declare function run(program: Command, argv: string[], flags?: FeatureFlags): Promise<void>;
//# sourceMappingURL=app.d.ts.map