export declare const BASE_URL: any; export declare const API_URL: string; export declare const ENV: any; export declare const TEST_SECRET_KEY: any; export declare const HOST_APP_NAME: any; /** * Mapping of host application names to their corresponding names. */ export declare const HOST_APP_NAMES: { readonly TAPSTERS_FRONTEND: "tapsters-frontend"; readonly OS_FRONTEND: "os-frontend"; };