import { BlobSource, UrlSource } from "mediabunny";
import { DecoderSource } from "../fns/schematic.js";
export declare function loadDecoderSource(source: DecoderSource): Promise<UrlSource | BlobSource>;
