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