import { GlideScriptableInputStream } from "../types/GlideScriptableInputStream"; export declare class ExternalContentUtils { static closeStreamQuietly(streamToClose?: GlideScriptableInputStream): void; static getPublicContentStream(url?: string): GlideScriptableInputStream; }