import { Endpoint } from "@distilled.cloud/aws"; import * as Layer from "effect/Layer"; import { AWSEnvironment } from "./Environment.ts"; export declare const of: (endpoint: string) => Layer.Layer; /** * Derive a custom endpoint (if any) from the surrounding * {@link AWSEnvironment}. If the environment has no `endpoint` set, this * Layer is empty (the SDK uses its default endpoint resolver). */ export declare const fromEnvironment: Layer.Layer; //# sourceMappingURL=Endpoint.d.ts.map