export declare class DocumentReferenceService { constructor(); addDocumentReference(docId?: string, targetTable?: string, targetTableSysId?: string): any; removeDocumentReference(docId?: string, targetTable?: string, targetTableSysId?: string): any; } //# sourceMappingURL=DocumentReferenceService.d.ts.map