import { Paginator } from "@smithy/types"; import { SearchKnowledgeBasesCommandInput, SearchKnowledgeBasesCommandOutput, } from "../commands/SearchKnowledgeBasesCommand"; import { QuickSightPaginationConfiguration } from "./Interfaces"; export declare const paginateSearchKnowledgeBases: ( config: QuickSightPaginationConfiguration, input: SearchKnowledgeBasesCommandInput, ...rest: any[] ) => Paginator;