import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteContextRequest, DeleteContextResponse } from "../models/models_2"; export { __MetadataBearer }; export interface DeleteContextCommandInput extends DeleteContextRequest {} export interface DeleteContextCommandOutput extends DeleteContextResponse, __MetadataBearer {} declare const DeleteContextCommand_base: { new ( input: DeleteContextCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContextCommandInput, DeleteContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteContextCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteContextCommandInput, DeleteContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteContextCommand extends DeleteContextCommand_base { protected static __types: { api: { input: DeleteContextRequest; output: DeleteContextResponse; }; sdk: { input: DeleteContextCommandInput; output: DeleteContextCommandOutput; }; }; }