export declare const removeKeyframe: (name: string) => void;
export declare const addKeyframe: (name: string, content: string) => void;
export declare const getKeyframe: (name: string) => string;
export declare const existKeyframe: (name: string) => boolean;