import type { Paginator } from "@smithy/types"; import { SearchSessionsCommandInput, SearchSessionsCommandOutput } from "../commands/SearchSessionsCommand"; import type { WisdomPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchSessions: (config: WisdomPaginationConfiguration, input: SearchSessionsCommandInput, ...rest: any[]) => Paginator;