export declare const debug = false; export declare const useOptionalFasterCode = true; export declare const disableDangerousCode = false; export declare const enableScoreboardIdentityByNumberIdQuery = false; import { Config } from "./lib/Config.js"; export declare function isDebug(): boolean; export declare function getConfig(key: string): import("./lib/Config.js").ConfigValue; export declare function setConfig(key: string, value: any): import("./lib/Config.js").ConfigValue; export declare const config: Config;