import { PhoneCall } from "./types"; export declare const composePacketDataFromPhoneCall: (call: PhoneCall) => string; export declare const parsePhoneCallFromPacketData: (data: string) => PhoneCall | null; //# sourceMappingURL=parser.d.ts.map