ByteSharedExport: {
    classes: {
        ByteGameObject: typeof ByteGameObject;
        ConfigController: typeof ConfigController;
        Debugger: ExportedClass<typeof Debugger>;
        EventNameController: ExportedClass<typeof EventNameController>;
        ExportedClass: typeof ExportedClass;
        Item: ExportedClass<typeof Item>;
        Optional: typeof Optional;
        Result: {
            EmptyOk: typeof EmptyOk;
            Err: typeof Err;
            Ok: typeof Ok;
        };
        Timestamp: ExportedClass<typeof Timestamp>;
        Translator: ExportedClass<typeof Translator>;
        TypeChecker: ExportedClass<typeof TypeChecker>;
        XMLSearchNode: ExportedClass<typeof XMLSearchNode>;
        zones: {
            BoxZone: ExportedClass<typeof BoxZone>;
            CircleZone: ExportedClass<typeof CircleZone>;
            PolygonZone: ExportedClass<typeof PolygonZone>;
        };
    };
    consts: typeof consts;
    interfaces: typeof interfaces;
    utils: typeof utils;
    XML: typeof XML;
}