export type CurrentAttachmentRecord = { PrimKey: string; Domain: string; FileName: string | null; FileSize: number | null; FileRef: string | null; ProjectID: string | null; ElementID: string | null; ElementRef: string | null; Damage: boolean; DamageID: number | null; }; export declare const dsCurrentAttachment: import("@olenbetong/appframe-data").DataObject;