/** * Gets the API Base URL. * Reads from the ENCAR_API_URL environment variable first, * then falls back to the default. * Ensures the URL does not have a trailing slash. */ export declare function getBaseUrl(): string;