export = normalizeAnimation;
/**
 * @param {import('postcss-value-parser').ParsedValue} parsed
 * @return {string}
 */
declare function normalizeAnimation(parsed: import('postcss-value-parser').ParsedValue): string;
//# sourceMappingURL=animation.d.ts.map