export namespace logBrokenReferenceLevels {
    let _throw: "throw";
    export { _throw as throw };
    export let console: "console";
}
