export declare const downloadFile: (url?: string, name?: string, target?: string) => void; export declare function openUsdz(url: string): void;