import { Environment } from "../types/Environment"; export declare const getApiUrl: (environment: Environment, customBaseUrl?: string) => string; export declare const addCustomParams: (url: string, customParams?: Record) => string;