import { AnimationFilename } from './symbols';
export declare function transformAnimationFilenameToKey(animation: AnimationFilename): string;
