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