import { AuthenticatedCommand } from '../../common/authenticated-command.js'; export declare class SearchGroups extends AuthenticatedCommand { static args: {}; static description: string; static examples: { command: string; description: string; }[]; static flags: {}; run(): Promise; } //# sourceMappingURL=groups.d.ts.map