export default class CoreConstants {
    static Products: {
        VIDEO_ANALYTICS: string;
        PRO_BALANCER: string;
    };
}
