import type { Paginator } from "@smithy/types"; import { GetGroupsCommandInput, GetGroupsCommandOutput } from "../commands/GetGroupsCommand"; import type { XRayPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateGetGroups: (config: XRayPaginationConfiguration, input: GetGroupsCommandInput, ...rest: any[]) => Paginator;