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