import { TextDocument } from "../../../types";
import { Animation } from "./animation";
/** */
export declare function Process(doc: TextDocument): Animation[] | undefined;
