/**
 * 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).
 */
export declare const INTERNAL_ACCESS: unique symbol;
