import type { GLTF } from '@realsee/five/gltf-loader';
export default function loadGLTF(url: string): Promise<GLTF>;
