declare const autumnApiUrl = "https://api.useautumn.com/v1";
declare const BASE_PATH = "/api/autumn";

export { BASE_PATH, autumnApiUrl };
