import type { TestModel } from "@batonfx/test"; import { Runtime, ToolRuntime } from "@relayfx/sdk"; import { Layer } from "effect"; export declare const layer: Layer.Layer; export declare const layerWith: (options: { readonly model?: TestModel.Fixture; readonly tools?: NonNullable[0]>; }) => Layer.Layer;