/** * @license * Copyright 2026 Steven Roussey * SPDX-License-Identifier: Apache-2.0 */ import type { ImageRasterCodec } from "@workglow/util/media"; export declare function createBrowserImageRasterCodec(): ImageRasterCodec;