interface GLTFAnimationSampler { input: string; interpolation: string; output: string; } export default GLTFAnimationSampler;