/** Normalize and resolve the primary API base URL to use. */ export declare const resolveApiBase: (preferred?: string) => string; /** * Utility exported for tests. */ export declare const normalizeApiBase: (value?: string | null) => string | undefined;