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