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