import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgreementRequest } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig, } from "../TransferClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteAgreementCommandInput extends DeleteAgreementRequest {} export interface DeleteAgreementCommandOutput extends __MetadataBearer {} declare const DeleteAgreementCommand_base: { new ( input: DeleteAgreementCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteAgreementCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteAgreementCommandInput, DeleteAgreementCommandOutput, TransferClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteAgreementCommand extends DeleteAgreementCommand_base { protected static __types: { api: { input: DeleteAgreementRequest; output: {}; }; sdk: { input: DeleteAgreementCommandInput; output: DeleteAgreementCommandOutput; }; }; }