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