export interface ImageOps { svgToPng(svg: string): Promise; isAvailable(): boolean; } //# sourceMappingURL=types.d.ts.map