import type { Paginator } from "@smithy/types"; import { SearchGroupsCommandInput, SearchGroupsCommandOutput } from "../commands/SearchGroupsCommand"; import type { QuickSightPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchGroups: (config: QuickSightPaginationConfiguration, input: SearchGroupsCommandInput, ...rest: any[]) => Paginator;