import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteApplicationGrantRequest } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig, } from "../SSOAdminClient"; export { __MetadataBearer }; export { $Command }; export interface DeleteApplicationGrantCommandInput extends DeleteApplicationGrantRequest {} export interface DeleteApplicationGrantCommandOutput extends __MetadataBearer {} declare const DeleteApplicationGrantCommand_base: { new ( input: DeleteApplicationGrantCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteApplicationGrantCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteApplicationGrantCommandInput, DeleteApplicationGrantCommandOutput, SSOAdminClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteApplicationGrantCommand extends DeleteApplicationGrantCommand_base { protected static __types: { api: { input: DeleteApplicationGrantRequest; output: {}; }; sdk: { input: DeleteApplicationGrantCommandInput; output: DeleteApplicationGrantCommandOutput; }; }; }