declare module 'potrace-wasm' { export function trace(image: Uint8Array, options?: any): Promise; export default function init(): Promise; }