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