import { WorkerPoolFunctionOption } from 'itk-wasm'; interface AffineOpsOptions extends WorkerPoolFunctionOption { } export default AffineOpsOptions;