import { Uint8ArrayBlobAdapter } from "@smithy/core/serde"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { GetThingShadowRequest, GetThingShadowResponse } from "../models/models_0"; export { __MetadataBearer }; export interface GetThingShadowCommandInput extends GetThingShadowRequest {} export type GetThingShadowCommandOutputType = Pick< GetThingShadowResponse, Exclude > & { payload?: Uint8ArrayBlobAdapter; }; export interface GetThingShadowCommandOutput extends GetThingShadowCommandOutputType, __MetadataBearer {} declare const GetThingShadowCommand_base: { new ( input: GetThingShadowCommandInput, ): import("@smithy/core/client").CommandImpl< GetThingShadowCommandInput, GetThingShadowCommandOutput, import("..").IoTDataPlaneClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: GetThingShadowCommandInput, ): import("@smithy/core/client").CommandImpl< GetThingShadowCommandInput, GetThingShadowCommandOutput, import("..").IoTDataPlaneClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class GetThingShadowCommand extends GetThingShadowCommand_base { protected static __types: { api: { input: GetThingShadowRequest; output: GetThingShadowResponse; }; sdk: { input: GetThingShadowCommandInput; output: GetThingShadowCommandOutput; }; }; }