import { ParseResult } from '../GLTFModelType'; export declare const parse: (url: string) => Promise;