import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetGroupsRequest, GetGroupsResult } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig, } from "../XRayClient"; export { __MetadataBearer }; export { $Command }; export interface GetGroupsCommandInput extends GetGroupsRequest {} export interface GetGroupsCommandOutput extends GetGroupsResult, __MetadataBearer {} declare const GetGroupsCommand_base: { new (input: GetGroupsCommandInput): import("@smithy/core/client").CommandImpl< GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetGroupsCommandInput] ): import("@smithy/core/client").CommandImpl< GetGroupsCommandInput, GetGroupsCommandOutput, XRayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetGroupsCommand extends GetGroupsCommand_base { protected static __types: { api: { input: GetGroupsRequest; output: GetGroupsResult; }; sdk: { input: GetGroupsCommandInput; output: GetGroupsCommandOutput; }; }; }