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