import { Sdp } from './types'; export declare function parseSdp(sdp: string): Sdp;