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