import { Paginator } from "@smithy/types"; import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput, } from "../commands/SearchUserProfilesCommand"; import { DataZonePaginationConfiguration } from "./Interfaces"; export declare const paginateSearchUserProfiles: ( config: DataZonePaginationConfiguration, input: SearchUserProfilesCommandInput, ...rest: any[] ) => Paginator;