import { GlideScriptableInputStream } from "../types/GlideScriptableInputStream"; import { XMLDocument2 } from "../types/XMLDocument2"; export declare class DynamicIREScriptableAPI { static getDecompressedAttachmentStream( attachmentId?: string ): GlideScriptableInputStream; static getScopedXMLDocument2(stream?: any): XMLDocument2; }