import { NativeArray } from "../imports/NativeArray"; import { GlideScriptableInputStream } from "./GlideScriptableInputStream"; 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; }