import type { Paginator } from "@smithy/types"; import { SearchPromptsCommandInput, SearchPromptsCommandOutput } from "../commands/SearchPromptsCommand"; import type { ConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchPrompts: (config: ConnectPaginationConfiguration, input: SearchPromptsCommandInput, ...rest: any[]) => Paginator;