export declare function resolveRelayAuthTokenForPort(port: number): string; export declare function probeAuthenticatedSophiaClawRelay(params: { baseUrl: string; relayAuthHeader: string; relayAuthToken: string; timeoutMs?: number; }): Promise;