import type { ImageDecoder } from '../types.js'; export declare function createNodeImageDecoder(): ImageDecoder;