import { RedirectSourceType } from "../interfaces/healthTools";
import { SubotBotItem } from "../types";
export declare const isFeatureWhatsAppEnabled: boolean;
export declare const isFeatureSMSEnabled: boolean;
export declare const isFeatureZaloEnabled: boolean;
export declare const isSupportProduct: (featureFlagsProduct: {
    name: string;
}[]) => boolean;
export declare const getURLwithSSOTracking: (url: string, { source, botItem }: {
    source?: RedirectSourceType;
    botItem?: SubotBotItem;
}) => URL;
