import { NativeArray } from "../imports/NativeArray.js"; import { GlideScriptableInputStream } from "./GlideScriptableInputStream.js"; export declare class LocalizationFramework { static getAttachmentContent(attachmentSysId?: string): string; static unzipAndAttachFiles(inputStream?: GlideScriptableInputStream, sysId?: string, tableName?: string, fileFormat?: string): NativeArray; static unzipFileAndGetContent(inputStream?: GlideScriptableInputStream): string; } //# sourceMappingURL=LocalizationFramework.d.ts.map