import { Environment } from '../types.js'; /** * Utility function to get the base URL for a given environment */ export declare function getBaseUrl(environment: Environment): string; export declare const isEmptyString: (str: string) => boolean;