/** * List Command * * Shows all indexed repositories from the global registry. */ export declare const listCommand: () => Promise;