import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetApplicationGrantRequest, GetApplicationGrantResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetApplicationGrantCommandInput extends GetApplicationGrantRequest {} export interface GetApplicationGrantCommandOutput extends GetApplicationGrantResponse, __MetadataBearer {} declare const GetApplicationGrantCommand_base: { new ( input: GetApplicationGrantCommandInput, ): import("@smithy/core/client").CommandImpl< GetApplicationGrantCommandInput, GetApplicationGrantCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetApplicationGrantCommandInput, ): import("@smithy/core/client").CommandImpl< GetApplicationGrantCommandInput, GetApplicationGrantCommandOutput, import("..").SSOAdminClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetApplicationGrantCommand extends GetApplicationGrantCommand_base { protected static __types: { api: { input: GetApplicationGrantRequest; output: GetApplicationGrantResponse; }; sdk: { input: GetApplicationGrantCommandInput; output: GetApplicationGrantCommandOutput; }; }; }