export declare const SMARTLINK_BASE_URL: {
    readonly localhost: "http://localhost:5173/habit-smart-link/";
    readonly int: "https://distributors.integrations.habit.io/habit-smart-link/";
    readonly qa: "https://distributors.qa.habit.io/habit-smart-link/";
    readonly default: "https://distributors.habit.io/habit-smart-link/";
};
//# sourceMappingURL=constants.d.ts.map