export declare function getFirstInterventionStartTimecode(dataNvs: string, finalPlayerNvs: string): number | null;
/**
 * Build VOD master HLS URL from data.nvs <files><file ... url="..."> entries.
 */
export declare function buildVodMasterM3u8FromNvs(xml: string, host?: string): string | null;
export declare function extractMeetingIdsFromNvs(nvsText: string): string[];
export declare function extractInterfaceIdFromNvs(nvsText: string): string | null;
