import type { Paginator } from "@smithy/types"; import { SearchPredefinedAttributesCommandInput, SearchPredefinedAttributesCommandOutput } from "../commands/SearchPredefinedAttributesCommand"; import type { ConnectPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateSearchPredefinedAttributes: (config: ConnectPaginationConfiguration, input: SearchPredefinedAttributesCommandInput, ...rest: any[]) => Paginator;