import type { SecretRef } from "@intentic/graph"; import type { ResolvedNode } from "@intentic/resources"; export declare const routeId: (cloudflareId: string, hostname: string) => string; export interface IngressPair { readonly hostname: string; readonly port: number; } export declare const exposeRoute: (cloudflareId: string, hostId: string, hostname: string, port: number, apiToken: SecretRef) => { route: ResolvedNode; ingress: IngressPair; }; //# sourceMappingURL=route.d.ts.map