import * as Layer from "effect/Layer"; import { GetApiKey } from "./GetApiKey.ts"; /** * HTTP implementation of the {@link GetApiKey} binding. Grants * `apigateway:GET` on `/apikeys/*` and calls the API with the host * Function's credentials. */ export declare const GetApiKeyHttp: Layer.Layer; //# sourceMappingURL=GetApiKeyHttp.d.ts.map