/** * Resolves an asset:// URL to a blob URL for use with Three.js loaders. * Returns null while loading or if resolution fails. */ export declare function useAssetUrl(url: string): string | null; //# sourceMappingURL=use-asset-url.d.ts.map