import type { SecretRef } from "@intentic/graph"; import type { HostInput, ServiceIntent, ServiceKind } from "@intentic/need-resolver"; import type { ResolvedNode } from "@intentic/resources"; import type { IngressPair } from "./route.js"; export declare const serviceMcp: (kind: ServiceKind) => { readonly path: string; readonly tokenSecret: string; } | undefined; export declare const resolveService: (intent: ServiceIntent, host: HostInput, zone: string, apiToken: SecretRef) => { nodes: ResolvedNode[]; ingress: IngressPair[]; }; //# sourceMappingURL=service.d.ts.map