import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ECRClient"; import { CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface CreatePullThroughCacheRuleCommandInput extends CreatePullThroughCacheRuleRequest {} export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThroughCacheRuleResponse, __MetadataBearer {} declare const CreatePullThroughCacheRuleCommand_base: { new ( input: CreatePullThroughCacheRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: CreatePullThroughCacheRuleCommandInput ): import("@smithy/smithy-client").CommandImpl< CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class CreatePullThroughCacheRuleCommand extends CreatePullThroughCacheRuleCommand_base { protected static __types: { api: { input: CreatePullThroughCacheRuleRequest; output: CreatePullThroughCacheRuleResponse; }; sdk: { input: CreatePullThroughCacheRuleCommandInput; output: CreatePullThroughCacheRuleCommandOutput; }; }; }