export function getApiUrl(): string;
export function getApiEnv(): {
    onProd: boolean;
    onPProd: boolean;
};
