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