/**
 *
 * @param {Sampler2D} sampler
 * @param {string} [file_name] what should the file be named?
 */
export function downloadSampler2DAsPNG(sampler: Sampler2D, file_name?: string): void;
//# sourceMappingURL=downloadSamplerAsPNG.d.ts.map