import type { Paginator } from "@smithy/types"; import { DescribePullThroughCacheRulesCommandInput, DescribePullThroughCacheRulesCommandOutput } from "../commands/DescribePullThroughCacheRulesCommand"; import type { ECRPaginationConfiguration } from "./Interfaces"; /** * @public */ export declare const paginateDescribePullThroughCacheRules: (config: ECRPaginationConfiguration, input: DescribePullThroughCacheRulesCommandInput, ...rest: any[]) => Paginator;