import type { Ref, SecretRef } from "@intentic/graph"; import type { BackingIntent, HostInput } from "@intentic/need-resolver"; import type { ResolvedNode } from "@intentic/resources"; import type { IngressPair } from "./route.js"; export declare const resolveBacking: (intent: BackingIntent, host: HostInput, apiToken: SecretRef) => { nodes: ResolvedNode[]; ingress: IngressPair[]; }; export declare const resolveBinding: (appId: string, intent: BackingIntent, host: HostInput, appDomains: readonly string[]) => ResolvedNode; export declare const bindingEnv: (appId: string, intent: BackingIntent) => Record>; //# sourceMappingURL=backing.d.ts.map