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