import { Credentials } from "@distilled.cloud/axiom/Credentials"; import * as Config from "effect/Config"; import * as Layer from "effect/Layer"; import { AlchemyProfile } from "../Auth/Profile.ts"; export { Credentials, CredentialsFromEnv, DEFAULT_API_BASE_URL, } from "@distilled.cloud/axiom/Credentials"; /** * Build a `Credentials` layer that resolves Axiom credentials via the Alchemy * AuthProvider using the configured profile (defaults to "default", overridable * with the `ALCHEMY_PROFILE` env/config value). */ export declare const fromAuthProvider: () => Layer.Layer; //# sourceMappingURL=Credentials.d.ts.map