import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../ECRClient"; import { DeleteRegistryPolicyRequest, DeleteRegistryPolicyResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface DeleteRegistryPolicyCommandInput extends DeleteRegistryPolicyRequest {} export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyResponse, __MetadataBearer {} declare const DeleteRegistryPolicyCommand_base: { new ( input: DeleteRegistryPolicyCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [DeleteRegistryPolicyCommandInput] ): import("@smithy/smithy-client").CommandImpl< DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteRegistryPolicyCommand extends DeleteRegistryPolicyCommand_base { protected static __types: { api: { input: {}; output: DeleteRegistryPolicyResponse; }; sdk: { input: DeleteRegistryPolicyCommandInput; output: DeleteRegistryPolicyCommandOutput; }; }; }