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