import { Animation } from '../../glc-plugin-animation'; import { IAnimation, NodesMap, ParseContext } from '../GLTFModelType'; export declare const parseAnimation: ({ context, animations, nodesMap, }: { context: ParseContext; animations: IAnimation[]; nodesMap: NodesMap; }) => Animation[];