import type { CommandOptions } from '../types/command.js'; import type { Mod } from '../types/mod.js'; interface ListCommandOptions extends CommandOptions { installed?: boolean; new?: boolean; supported?: string; } export declare function listCommand(options: ListCommandOptions, modsRegistry: Mod[]): Promise; export {}; //# sourceMappingURL=list.d.ts.map