import { TransformationMatrix } from 'media-stream-library'; export declare const fetchSDP: (wsURI?: string | undefined, rtspURI?: string | undefined) => Promise; export declare const fetchTransformationMatrix: (basis: 'sensor' | 'metadata', wsURI?: string | undefined, rtspURI?: string | undefined) => Promise;