/** * If a message was compressed as a PNG image (a compression hack since * gzipping over WebSockets * is not supported yet), this function decodes * the "image" as a Base64 string. */ declare function decompressPng(data: any): Promise; export default decompressPng; //# sourceMappingURL=decompressPng.d.ts.map