export function toSVG(indexedImage: any, width: any, height: any, palette: any, options?: {}): string; export function toTraceData(indexedImage: any, width: any, height: any, palette: any, options?: {}): TraceData; export class TraceData { constructor(width: any, height: any, palette: any, layers: any); width: any; height: any; palette: any; layers: any; } //# sourceMappingURL=mod.d.ts.map