import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../DeviceFarmClient"; import { GetTestGridSessionRequest, GetTestGridSessionResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface GetTestGridSessionCommandInput extends GetTestGridSessionRequest {} export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResult, __MetadataBearer {} declare const GetTestGridSessionCommand_base: { new ( input: GetTestGridSessionCommandInput ): import("@smithy/smithy-client").CommandImpl< GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( ...[input]: [] | [GetTestGridSessionCommandInput] ): import("@smithy/smithy-client").CommandImpl< GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class GetTestGridSessionCommand extends GetTestGridSessionCommand_base { protected static __types: { api: { input: GetTestGridSessionRequest; output: GetTestGridSessionResult; }; sdk: { input: GetTestGridSessionCommandInput; output: GetTestGridSessionCommandOutput; }; }; }