import { RecordContent, RecordSection } from "./data-layer"; export declare function recordContent(content: RecordContent): Promise; export declare function recordSection(section: RecordSection): Promise;