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