exportdeclareconstFlags: {
IS_LOG: boolean;
IS_PROFILE: boolean;
};
/** Set a value for the specified global control flags. */exportdeclarefunctionsetFlag(flag: keyof typeofFlags, value: boolean): void;
exportdeclareconstIS_LOG: boolean, IS_PROFILE: boolean;