import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeletePolicyRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeletePolicyCommandInput extends DeletePolicyRequest {} export interface DeletePolicyCommandOutput extends __MetadataBearer {} declare const DeletePolicyCommand_base: { new ( input: DeletePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePolicyCommandInput, DeletePolicyCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeletePolicyCommandInput, ): import("@smithy/core/client").CommandImpl< DeletePolicyCommandInput, DeletePolicyCommandOutput, import("..").ACMPCAClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeletePolicyCommand extends DeletePolicyCommand_base { protected static __types: { api: { input: DeletePolicyRequest; output: {}; }; sdk: { input: DeletePolicyCommandInput; output: DeletePolicyCommandOutput; }; }; }