////////////////////////////////////////////////////// // BEWARE: DO NOT EDIT MANUALLY! Changes will be lost! ////////////////////////////////////////////////////// import { TrialMl } from "./trial_ml"; /** * Namespace: browser.trial */ export namespace Trial { interface Static { ml: TrialMl.Static; } }