import * as Layer from "effect/Layer"; import { CreateAPIKey, DeleteAPIKey, GetDecryptedAPIKey, ListAPIKeys } from "./APIKeys.ts"; export declare const CreateAPIKeyHttp: Layer.Layer; export declare const GetDecryptedAPIKeyHttp: Layer.Layer; export declare const ListAPIKeysHttp: Layer.Layer; export declare const DeleteAPIKeyHttp: Layer.Layer; //# sourceMappingURL=APIKeysHttp.d.ts.map