import type { Paginator } from "@smithy/types"; import { SearchContentCommandInput, SearchContentCommandOutput } from "../commands/SearchContentCommand"; import type { QConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchContent: (config: QConnectPaginationConfiguration, input: SearchContentCommandInput, ...rest: any[]) => Paginator;