import type { OptionValues } from 'commander';
export interface CliOptions extends OptionValues {
    list?: boolean;
    version?: boolean;
    force?: boolean;
    init?: boolean;
    repomix?: boolean;
    verbose?: boolean;
    quiet?: boolean;
}
//# sourceMappingURL=types.d.ts.map