UNPKG

339 BTypeScriptView Raw
1import { RecordContent, RecordSection, PlaybackSection } from "./data-layer";
2export declare function recordContent(content: RecordContent): Promise<void>;
3export declare function recordSection(section: RecordSection): Promise<void>;
4export declare function isSectionRecorded(section: PlaybackSection): Promise<boolean | (() => boolean)>;