Variable ImageDecoder

ImageDecoder: {
    prototype: ImageDecoder;
    isTypeSupported(type) => Promise<boolean>;
    new (init): ImageDecoder;
}

Type declaration