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