import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse, } from "../models/models_0"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig, } from "../WAFV2Client"; export { __MetadataBearer }; export { $Command }; export interface GetMobileSdkReleaseCommandInput extends GetMobileSdkReleaseRequest {} export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseResponse, __MetadataBearer {} declare const GetMobileSdkReleaseCommand_base: { new ( input: GetMobileSdkReleaseCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetMobileSdkReleaseCommandInput ): import("@smithy/smithy-client").CommandImpl< GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetMobileSdkReleaseCommand extends GetMobileSdkReleaseCommand_base { protected static __types: { api: { input: GetMobileSdkReleaseRequest; output: GetMobileSdkReleaseResponse; }; sdk: { input: GetMobileSdkReleaseCommandInput; output: GetMobileSdkReleaseCommandOutput; }; }; }