export interface GLTFLoaderExtensionObserver {
    onLoadLoading?: Function;
    onLoadReady: Function;
}
