import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCloudFrontOriginAccessIdentityRequest } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCloudFrontOriginAccessIdentityCommandInput extends DeleteCloudFrontOriginAccessIdentityRequest {} export interface DeleteCloudFrontOriginAccessIdentityCommandOutput extends __MetadataBearer {} declare const DeleteCloudFrontOriginAccessIdentityCommand_base: { new ( input: DeleteCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCloudFrontOriginAccessIdentityCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCloudFrontOriginAccessIdentityCommandInput, DeleteCloudFrontOriginAccessIdentityCommandOutput, import("..").CloudFrontClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCloudFrontOriginAccessIdentityCommand extends DeleteCloudFrontOriginAccessIdentityCommand_base { protected static __types: { api: { input: DeleteCloudFrontOriginAccessIdentityRequest; output: {}; }; sdk: { input: DeleteCloudFrontOriginAccessIdentityCommandInput; output: DeleteCloudFrontOriginAccessIdentityCommandOutput; }; }; }