export declare const DEFAULT_API_URL = "http://117.5.151.111:8081"; export declare const globalApiUrlGetterSetter: { apiUrlGetter: () => string | null; apiUrlSetter: (url: string) => void; };