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