export declare const DEFAULT_API_BASE_URL = "https://api.graphit-app.com"; export declare const DEFAULT_FRONTEND_URL = "https://graphit-app.com"; export declare function getApiBaseUrl(): string; export declare function getFrontendUrl(): string;