/** * CLI implementation of the auth login presentation seam. * * Owns all sign-in wording, suggestion sets, lifecycle unit labels, and * machine-mode document emission for the device and loopback sign-in flows. */ import * as Layer from "effect/Layer"; import { AuthLoginPresenter, DeviceLoginInteraction } from "@agentxm/registry-access/authentication"; import { Screen } from "./screen/index.js"; export declare const AuthLoginPresenterLive: Layer.Layer; //# sourceMappingURL=auth-login-presenter.d.ts.map