export declare function buildDraftMetaInfo(opts: { draftId: string; draftName: string; draftFoldPath: string; draftRootPath: string; totalDurationUs: number; }): Record;