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