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