import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../GreengrassClient"; import { GetSubscriptionDefinitionVersionRequest, GetSubscriptionDefinitionVersionResponse, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetSubscriptionDefinitionVersionCommandInput extends GetSubscriptionDefinitionVersionRequest {} export interface GetSubscriptionDefinitionVersionCommandOutput extends GetSubscriptionDefinitionVersionResponse, __MetadataBearer {} declare const GetSubscriptionDefinitionVersionCommand_base: { new ( input: GetSubscriptionDefinitionVersionCommandInput ): import("@smithy/core/client").CommandImpl< GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: GetSubscriptionDefinitionVersionCommandInput ): import("@smithy/core/client").CommandImpl< GetSubscriptionDefinitionVersionCommandInput, GetSubscriptionDefinitionVersionCommandOutput, GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class GetSubscriptionDefinitionVersionCommand extends GetSubscriptionDefinitionVersionCommand_base { protected static __types: { api: { input: GetSubscriptionDefinitionVersionRequest; output: GetSubscriptionDefinitionVersionResponse; }; sdk: { input: GetSubscriptionDefinitionVersionCommandInput; output: GetSubscriptionDefinitionVersionCommandOutput; }; }; }