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