/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file */ /** * List all available features */ export declare function listFeatures(options: { verbose?: boolean; search?: string; }): void; //# sourceMappingURL=list-command.d.ts.map