import { Nullable } from "../../types"; export declare class UsdzHelper { static convertGlbToUsdz(glbUrl: string): Promise>; }