import type { CaptureSessionDescriptor } from '@pascal-app/core/capture'; import { Matrix4 } from 'three'; export declare function resolveCaptureFrameMatrix(descriptor: CaptureSessionDescriptor, frameId: string | undefined): Matrix4 | null; //# sourceMappingURL=frame.d.ts.map