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