import { Layer } from "effect"; import { TxManager } from "../tx/index.js"; import type { SafeAppsSdkConfig } from "./adapter.js"; import { NotInSafeAppContextError } from "./errors.js"; import { SafeAppsService } from "./service.js"; export type SafeAppsServiceConfig = SafeAppsSdkConfig; export declare const SafeAppsServiceLive: (config?: SafeAppsServiceConfig) => Layer.Layer; //# sourceMappingURL=live.d.ts.map