import { GlideScriptableInputStream } from "../types/GlideScriptableInputStream.js"; import { XMLDocument2 } from "../types/XMLDocument2.js"; export declare class DynamicIREScriptableAPI { static getDecompressedAttachmentStream(attachmentId?: string): GlideScriptableInputStream; static getScopedXMLDocument2(stream?: any): XMLDocument2; } //# sourceMappingURL=DynamicIREScriptableAPI.d.ts.map