import { type bbox } from '../constants.js'; import type { Node, Scene } from '../properties/index.js'; /** @hidden Implemented in /core for use by /extensions, publicly exported from /functions. */ export declare function getBounds(node: Node | Scene): bbox;