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