export declare class DocumentReferenceService { addDocumentReference( docId?: string, targetTable?: string, targetTableSysId?: string ): any; removeDocumentReference( docId?: string, targetTable?: string, targetTableSysId?: string ): any; constructor(); }