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