import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DataZoneClient"; import { DeleteSubscriptionGrantInput, DeleteSubscriptionGrantOutput, } from "../models/models_1"; export { __MetadataBearer }; export { $Command }; export interface DeleteSubscriptionGrantCommandInput extends DeleteSubscriptionGrantInput {} export interface DeleteSubscriptionGrantCommandOutput extends DeleteSubscriptionGrantOutput, __MetadataBearer {} declare const DeleteSubscriptionGrantCommand_base: { new ( input: DeleteSubscriptionGrantCommandInput ): import("@smithy/core/client").CommandImpl< DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteSubscriptionGrantCommandInput ): import("@smithy/core/client").CommandImpl< DeleteSubscriptionGrantCommandInput, DeleteSubscriptionGrantCommandOutput, DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class DeleteSubscriptionGrantCommand extends DeleteSubscriptionGrantCommand_base { protected static __types: { api: { input: DeleteSubscriptionGrantInput; output: DeleteSubscriptionGrantOutput; }; sdk: { input: DeleteSubscriptionGrantCommandInput; output: DeleteSubscriptionGrantCommandOutput; }; }; }