import { ImageFrame } from './ImageFrame'; import { LengthUnit } from '@openhps/core'; import { CameraObject } from './object'; export declare class DepthImageFrame extends ImageFrame { depth: D; depthUnit: LengthUnit; } //# sourceMappingURL=DepthImageFrame.d.ts.map