import type { Paginator } from "@smithy/types"; import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand"; import type { ConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchVocabularies: (config: ConnectPaginationConfiguration, input: SearchVocabulariesCommandInput, ...rest: any[]) => Paginator;