import { TextDocument } from '../../../types';
import { Animation } from './animation';
/** */
export declare function process(doc: TextDocument): Animation[] | undefined;
//# sourceMappingURL=process.d.ts.map