import { Context, Layer } from 'effect'; import { ToolRegistryService } from '../tool/service'; import type { ToolGateServiceApi } from './types'; export declare const ToolGateService: Context.Tag; export declare const ToolGateServiceLive: Layer.Layer; //# sourceMappingURL=service.d.ts.map