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