import { AnimationData } from './symbols';
export declare function readFileWithAnimationData(path: string): Promise<AnimationData>;
