/** * Resolves a hostname domain and preserved public URL from custom expose script output. * Expects: value is either a URL or a host-like token. */ export declare function customTunnelDomainResolve(value: string): { domain: string; publicUrl: string; }; //# sourceMappingURL=customTunnelDomainResolve.d.ts.map