/** * Converts a raw media URL into an object URL * if it points to an in-memory file * by downloading the data from the stlite kernel. */ export declare function useStliteMediaObjectUrl(rawUrl: string): string;