import { GlideRecord } from "../types/GlideRecord.js"; export declare class CMDBAttachmentUtil { constructor(); flushAttachment(tableRecord?: GlideRecord, fileName?: string, contentType?: string): string; streamContent(content?: string): void; } //# sourceMappingURL=CMDBAttachmentUtil.d.ts.map