import * as Layer from "effect/Layer"; import { GetThingShadow } from "./GetThingShadow.ts"; /** * HTTP implementation of the {@link GetThingShadow} capability — grants * `iot:GetThingShadow` on the thing ARN and calls the IoT data-plane * `GetThingShadow` API. */ export declare const GetThingShadowHttp: Layer.Layer; //# sourceMappingURL=GetThingShadowHttp.d.ts.map