import type { StreamTargetChunk } from 'mediabunny'; export declare const cleanupStaleOpfsFiles: () => Promise; export declare const createWebFsTarget: () => Promise<{ stream: WritableStream; getBlob: () => Promise; close: () => Promise; }>;