import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteCustomMetadataRequest, DeleteCustomMetadataResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteCustomMetadataCommandInput extends DeleteCustomMetadataRequest {} export interface DeleteCustomMetadataCommandOutput extends DeleteCustomMetadataResponse, __MetadataBearer {} declare const DeleteCustomMetadataCommand_base: { new ( input: DeleteCustomMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteCustomMetadataCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteCustomMetadataCommandInput, DeleteCustomMetadataCommandOutput, import("..").WorkDocsClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteCustomMetadataCommand extends DeleteCustomMetadataCommand_base { protected static __types: { api: { input: DeleteCustomMetadataRequest; output: {}; }; sdk: { input: DeleteCustomMetadataCommandInput; output: DeleteCustomMetadataCommandOutput; }; }; }