/** * Data model for selection of phrase in reference document */ export interface RefTextSelection { text: string; clauseTitle: string; clause: string; doc: string; namespace: string; } //# sourceMappingURL=selectionImport.d.ts.map