//#region src/main/private/privateAccess.d.ts /** * This symbol allows to access private properties. See an example in Camera.ts and CameraPool.ts to see how it's * used (or ask AI). */ declare const INTERNAL_ACCESS: unique symbol; //#endregion export { INTERNAL_ACCESS as t };