import type { Paginator } from "@smithy/types"; import { SearchTypesCommandInput, SearchTypesCommandOutput } from "../commands/SearchTypesCommand"; import type { DataZonePaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchTypes: (config: DataZonePaginationConfiguration, input: SearchTypesCommandInput, ...rest: any[]) => Paginator;