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